aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/unit/test_io.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index 05ec01e3..d165157d 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -11949,7 +11949,6 @@ TEST(json_export, coordinate_system_id) {
ASSERT_TRUE(crs != nullptr);
auto cs = crs->coordinateSystem();
ASSERT_TRUE(cs != nullptr);
- EXPECT_EQ(
- cs->exportToJSON(&(JSONFormatter::create()->setSchema("foo"))),
- json);
+ EXPECT_EQ(cs->exportToJSON(&(JSONFormatter::create()->setSchema("foo"))),
+ json);
}