Skip to content

v0.2.47..v0.2.48 changeset IdSwapOpTest.cpp

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/ops/IdSwapOpTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/ops/IdSwapOpTest.cpp
index 911c361..ad3392e 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/ops/IdSwapOpTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/ops/IdSwapOpTest.cpp
@@ -82,8 +82,10 @@ public:
     IdSwapOp op;
     op.apply(map);
 
-    WayPtr find1 = map->getWay(ElementIdsVisitor::findElementsByTag(map, ElementType::Way, "find", "way1")[0]);
-    WayPtr find2 = map->getWay(ElementIdsVisitor::findElementsByTag(map, ElementType::Way, "find", "way2")[0]);
+    WayPtr find1 =
+      map->getWay(ElementIdsVisitor::findElementsByTag(map, ElementType::Way, "find", "way1")[0]);
+    WayPtr find2 =
+      map->getWay(ElementIdsVisitor::findElementsByTag(map, ElementType::Way, "find", "way2")[0]);
 
     CPPUNIT_ASSERT_EQUAL(1L, op.getNumAffected());
 
Clone this wiki locally