JAL-3253/JAL-3257
[jalview.git] / src / jalview / io / FeaturesFile.java
index d51da33..1fb45bc 100755 (executable)
@@ -890,7 +890,8 @@ public class FeaturesFile extends AlignFile implements FeaturesSourceI
 
     StringBuilder out = new StringBuilder(256);
 
-    out.append(String.format("%s %d\n", GFF_VERSION, gffVersion == 0 ? 2 : gffVersion));
+    out.append(String.format("%s %d" + newline, GFF_VERSION,
+            gffVersion == 0 ? 2 : gffVersion));
 
     if (!includeNonPositionalFeatures
             && (visibleColours == null || visibleColours.isEmpty()))