Skip to content

Commit a22ed41

Browse files
committed
formatting
1 parent 545c18d commit a22ed41

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/GenbankSequenceParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ private List<String[]> readSection(BufferedReader bufferedReader) {
386386
currKey = m.group(2) == null ? (m.group(4) == null ? m
387387
.group(6) : m.group(4)) : m.group(2);
388388
currVal = new StringBuilder();
389-
// val = group(3) if group(2) not null, group(5) if
389+
// val = group(3) if group(2) not null, group(5) if
390390
// group(4) not null, "" otherwise, trimmed
391391
currVal.append((m.group(2) == null ? (m.group(4) == null ? ""
392392
: m.group(5))

0 commit comments

Comments
 (0)