mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-11 22:05:18 -04:00
Fix codestyle
This commit is contained in:
parent
dbb44df6fb
commit
eec058cb3d
@ -231,8 +231,7 @@ JSONTEST_FIXTURE_LOCAL(ValueTest, objects) {
|
|||||||
JSONTEST_ASSERT_EQUAL(nullptr, foundUnknownId);
|
JSONTEST_ASSERT_EQUAL(nullptr, foundUnknownId);
|
||||||
|
|
||||||
const std::string stringUnknownIdKey = "unknown id";
|
const std::string stringUnknownIdKey = "unknown id";
|
||||||
const Json::Value* stringFoundUnknownId =
|
const Json::Value* stringFoundUnknownId = object1_.find(stringUnknownIdKey);
|
||||||
object1_.find(stringUnknownIdKey);
|
|
||||||
JSONTEST_ASSERT_EQUAL(nullptr, stringFoundUnknownId);
|
JSONTEST_ASSERT_EQUAL(nullptr, stringFoundUnknownId);
|
||||||
|
|
||||||
// Access through demand()
|
// Access through demand()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user