Skip to content

Commit

Permalink
Added more braces
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Oct 31, 2024
1 parent 9b722ab commit 64c12c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/json/test_reflector_write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ struct Reflector<test_reflector_write::Parent> {
namespace test_reflector_write {

TEST(json, test_reflector_write) {
const auto homer =
test_reflector_write::Parent{"Homer", "Simpson", {{"Bart", "Simpson"}, {"Lisa", "Simpson"}}};
const auto homer = test_reflector_write::Parent{
{"Homer", "Simpson"}, {{"Bart", "Simpson"}, {"Lisa", "Simpson"}}};

write(
homer,
Expand Down

0 comments on commit 64c12c8

Please sign in to comment.