Skip to content

Commit a2117e0

Browse files
committed
Formatted tests
1 parent 435a32a commit a2117e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test_lib_json/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,8 @@ JSONTEST_FIXTURE_LOCAL(TemplatedAs, equalBehaviorString) {
33763376
#ifdef JSON_USE_CPPTL
33773377
JSONTEST_FIXTURE_LOCAL(TemplatedAs, equalBehaviorConstString) {
33783378
Json::Value json = "hello world";
3379-
JSONTEST_ASSERT_STRING_EQUAL(json.asConstString(), json.as<CppTL::ConstString>());
3379+
JSONTEST_ASSERT_STRING_EQUAL(json.asConstString(),
3380+
json.as<CppTL::ConstString>());
33803381
}
33813382
#endif
33823383

0 commit comments

Comments
 (0)