Skip to content

Commit 9a5c2a9

Browse files
committed
Review comment
1 parent 5f5b036 commit 9a5c2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenericInsdcHeaderFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class GenericInsdcHeaderFormat<S extends AbstractSequence<C>, C extends C
4949
protected static final int QUALIFIER_INDENT = 21;
5050
protected static final String QUALIFIER_INDENT_STR = " ";
5151
protected static final String QUALIFIER_INDENT_TMP = " %s ";
52-
private static final String lineSep = "%n";
52+
private static final String lineSep = System.lineSeparator();
5353

5454
/**
5555
* Format a feature qualifier using the MAX_WIDTH (default 80)

0 commit comments

Comments
 (0)