Skip to content

Commit 4cea1f6

Browse files
committed
Adjust whitespace formatting
1 parent 6f9ed42 commit 4cea1f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test_lib_json/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,10 +2296,10 @@ JSONTEST_FIXTURE(CharReaderAllowSpecialFloatsTest, issue209) {
22962296
JSONTEST_ASSERT(ok);
22972297
JSONTEST_ASSERT_STRING_EQUAL("", errs);
22982298
JSONTEST_ASSERT_EQUAL(3u, root.size());
2299-
double n = root["a"].asDouble();
2299+
double n = root["a"].asDouble();
23002300
JSONTEST_ASSERT(n != n);
2301-
JSONTEST_ASSERT_EQUAL(std::numeric_limits<double>::infinity(), root.get("b", 0.0));
2302-
JSONTEST_ASSERT_EQUAL(-std::numeric_limits<double>::infinity(), root.get("c", 0.0));
2301+
JSONTEST_ASSERT_EQUAL(std::numeric_limits<double>::infinity(), root.get("b", 0.0));
2302+
JSONTEST_ASSERT_EQUAL(-std::numeric_limits<double>::infinity(), root.get("c", 0.0));
23032303
}
23042304

23052305
struct TestData {

0 commit comments

Comments
 (0)