[LIB-13] Add 2700chess scanner
[chesshog-scanner.git] / src / main / java / org / hedgecode / chess / scanner / format / ReducePGNFormat.java
index f595dd7..2421480 100644 (file)
@@ -35,7 +35,9 @@ public class ReducePGNFormat extends AbstractPGNFormat {
                         String.format(
                                 PGNTag.TAG_FORMAT,
                                 tag.getName(),
-                                tagValue != null ? formatTagValue(tagValue) : tag.defaultValue()
+                                tagValue != null
+                                        ? PGNTag.formatTagValue(tagValue)
+                                        : tag.defaultValue()
                         )
                 ).append(PGN_CRLF);
             }