mirror of
https://github.com/nlohmann/json.git
synced 2026-02-11 12:22:33 +00:00
run make pretty
This commit is contained in:
@@ -63,7 +63,7 @@ TEST_CASE("regression tests")
|
||||
|
||||
SECTION("pull request #71 - handle enum type")
|
||||
{
|
||||
enum { t = 0 , u = 1};
|
||||
enum { t = 0, u = 1};
|
||||
json j = json::array();
|
||||
j.push_back(t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user