summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-11-20 12:52:30 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-11-20 12:52:30 +0100
commitd9dd3b27680d931f990a08a833e1ed85cfe94bcd (patch)
treedfd981cddc5faeb39e0d5d489382a0df1797e457
parentd87e192be69b4bdcbcda6f6d0926c5e95e4e3fec (diff)
Style fix after #43517
-rw-r--r--tests/test_json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_json.h b/tests/test_json.h
index 2bbf5d17f6..fe29e89e06 100644
--- a/tests/test_json.h
+++ b/tests/test_json.h
@@ -161,7 +161,6 @@ TEST_CASE("[JSON] Parsing objects (dictionaries)") {
dictionary["empty_object"].hash() == Dictionary().hash(),
"The parsed JSON should contain the expected values.");
}
-
} // namespace TestJSON
#endif // TEST_JSON_H