diff --git a/tools/formatter.py b/tools/formatter.py index 5b843b1f..6fb46369 100644 --- a/tools/formatter.py +++ b/tools/formatter.py @@ -312,7 +312,7 @@ def print_(*args, **kwargs): entry = fix_no_protocol_urls(entry) print_("Removing extras...") entry = remove_extras(entry) - print_("removing duplicate points") + print_("Removing duplicate points...") entry = remove_duplicate_points(entry) print_("Updating center") entry = update_center(entry)