Skip to content

v0.2.54..v0.2.55 changeset RemoveEmptyRelationsOp.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h b/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h
index 7cd61ff..1c7f868 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h
@@ -36,7 +36,7 @@ namespace hoot
 {
 
 /**
- * Removes all relations that have no members.  This needs to be an op, rather than a visitor, so
+ * Removes all relations that have no members. This needs to be an op, rather than a visitor, so
  * that we can delete relations that are children of other relations.
  */
 class RemoveEmptyRelationsOp : public OsmMapOperation
Clone this wiki locally