mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-09-10 13:25:16 -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);
|
||||
|
||||
const std::string stringUnknownIdKey = "unknown id";
|
||||
const Json::Value* stringFoundUnknownId =
|
||||
object1_.find(stringUnknownIdKey);
|
||||
const Json::Value* stringFoundUnknownId = object1_.find(stringUnknownIdKey);
|
||||
JSONTEST_ASSERT_EQUAL(nullptr, stringFoundUnknownId);
|
||||
|
||||
// Access through demand()
|
||||
|
Loading…
x
Reference in New Issue
Block a user