Skip to content

Commit 6365b6b

Browse files
jamesmorrisjamesmorris
authored andcommitted
formatting changes
1 parent 199a50e commit 6365b6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ public void process() throws Exception {
9494
String header = headerFormat.getHeader(sequence);
9595
writer.print(header);
9696
writer.println();
97-
// os.write(lineSep);
98-
97+
// os.write(lineSep);
9998
/*
10099
* if isinstance(record.seq, UnknownSeq): #We have already recorded
101100
* the length, and there is no need #to record a long sequence of

0 commit comments

Comments
 (0)