Style fix after #43517
This commit is contained in:
parent
d87e192be6
commit
d9dd3b2768
|
@ -161,7 +161,6 @@ TEST_CASE("[JSON] Parsing objects (dictionaries)") {
|
||||||
dictionary["empty_object"].hash() == Dictionary().hash(),
|
dictionary["empty_object"].hash() == Dictionary().hash(),
|
||||||
"The parsed JSON should contain the expected values.");
|
"The parsed JSON should contain the expected values.");
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace TestJSON
|
} // namespace TestJSON
|
||||||
|
|
||||||
#endif // TEST_JSON_H
|
#endif // TEST_JSON_H
|
||||||
|
|
Loading…
Reference in New Issue