aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_factory.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-10-02 16:14:37 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-10-02 16:14:37 +0200
commit8040ef90f122f06254a36c36e20b97a5a7744a04 (patch)
treec3ebee5e6631e73a713e2421e62ba910243a51fb /test/unit/test_factory.cpp
parentb563f1515c6589160abb8c612f626b66ec8c5770 (diff)
downloadPROJ-8040ef90f122f06254a36c36e20b97a5a7744a04.tar.gz
PROJ-8040ef90f122f06254a36c36e20b97a5a7744a04.zip
Reformat file
Diffstat (limited to 'test/unit/test_factory.cpp')
-rw-r--r--test/unit/test_factory.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp
index af1374bd..7784d8a2 100644
--- a/test/unit/test_factory.cpp
+++ b/test/unit/test_factory.cpp
@@ -1327,8 +1327,7 @@ TEST(factory, AuthorityFactory_getDescriptionText) {
// Several objects have 4326 code, including an area of use, but return
// the CRS one.
- EXPECT_EQ(factory->getDescriptionText("4326"),
- "WGS 84");
+ EXPECT_EQ(factory->getDescriptionText("4326"), "WGS 84");
}
// ---------------------------------------------------------------------------