Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenberry committed Jan 2, 2025
1 parent 04d007a commit 9d3f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json_test/json_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5795,7 +5795,7 @@ suite numbers_as_strings_suite = [] {
expect(not glz::write_json(obj, output));
expect(input == output);
};

"numbers_as_strings2"_test = [] {
std::string const buffer = R"({"i":287,"d":3.14,"hello":"Hello World"})";

Expand Down

0 comments on commit 9d3f8d4

Please sign in to comment.