Index: trunk/scripts/TagInfoExtract.java
===================================================================
--- trunk/scripts/TagInfoExtract.java	(revision 18016)
+++ trunk/scripts/TagInfoExtract.java	(revision 18051)
@@ -293,5 +293,6 @@
         }
 
-        private void fillTagsMap(Map<Tag, TagInfoTag> optionalTags, KeyedItem item, String value, String presetName, Set<TagInfoTag.Type> types, String descriptionPrefix, String iconUrl) {
+        private void fillTagsMap(Map<Tag, TagInfoTag> optionalTags, KeyedItem item, String value,
+                String presetName, Set<TagInfoTag.Type> types, String descriptionPrefix, String iconUrl) {
             optionalTags.compute(new Tag(item.key, value), (osmTag, tagInfoTag) -> {
                 if (tagInfoTag == null) {
