mirror of
https://github.com/nlohmann/json.git
synced 2026-08-29 04:17:32 +00:00
🎨 use Clang-Format
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include <nlohmann/json.hpp>
|
||||
#include "Foo.hpp"
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
class Bar : public Foo {};
|
||||
class Bar : public Foo
|
||||
{};
|
||||
|
||||
@@ -9,4 +9,5 @@
|
||||
#pragma once
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
class Foo {};
|
||||
class Foo
|
||||
{};
|
||||
|
||||
Reference in New Issue
Block a user