mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 23:52:15 +00:00
run make pretty
This commit is contained in:
@@ -11,8 +11,8 @@ enum test
|
||||
struct pod {};
|
||||
struct pod_bis {};
|
||||
|
||||
void to_json(json &, pod) noexcept;
|
||||
void to_json(json &, pod_bis);
|
||||
void to_json(json&, pod) noexcept;
|
||||
void to_json(json&, pod_bis);
|
||||
void from_json(const json&, pod) noexcept;
|
||||
void from_json(const json&, pod_bis);
|
||||
static json j;
|
||||
|
||||
Reference in New Issue
Block a user