Minor whitespace fix

This commit is contained in:
Tristan Penman 2020-01-08 14:39:22 +11:00
parent cdfaf7e434
commit 4cf83102af

View File

@ -107,7 +107,6 @@ std::vector<std::shared_ptr<JsonPointerTestCase> >
rapidjson::Value nonemptyString; rapidjson::Value nonemptyString;
nonemptyString.SetString("hello, world"); nonemptyString.SetString("hello, world");
testCase = std::make_shared<JsonPointerTestCase>( testCase = std::make_shared<JsonPointerTestCase>(
"Resolve '/value/foo' fails because 'value' is not an object (but a non empty string)"); "Resolve '/value/foo' fails because 'value' is not an object (but a non empty string)");
testCase->value.SetObject(); testCase->value.SetObject();