mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Minor whitespace fix
This commit is contained in:
parent
cdfaf7e434
commit
4cf83102af
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user