Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Dec 9, 2024
1 parent 6a8d805 commit 9d882b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_json_files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ struct test_optstr_reader_null {
YLT_REFL(test_optstr_reader_null, name);
TEST_CASE("test_optstr_reader") {
test_optstr_reader_null v;
v.name = "name"; // optional<string> begin with 'n'
v.name = "name"; // optional<string> begin with 'n'
std::string json;
iguana::to_json(v, json);

Expand Down

0 comments on commit 9d882b2

Please sign in to comment.