From ac3d7e16d15a445f81a498e4dc6b7b0b8c51edd6 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 2 Jan 2020 13:30:05 +0100 Subject: Adjust formatting --- test/unit/test_io.cpp | 5 ++--- 1 file 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); } -- cgit v1.2.3