Fix codestyle

This commit is contained in:
Petukhov Timofey 2024-09-10 10:04:27 +07:00
parent dbb44df6fb
commit eec058cb3d
2 changed files with 2 additions and 3 deletions

View File

@ -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()