Skip to content

Commit 9e1357e

Browse files
committed
Trailing whitespace on V2000 writer bond line.
1 parent c3e90ed commit 9e1357e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/ctab/src/main/java/org/openscience/cdk/io/MDLV2000Writer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ else if (e.equals(new Expr(Expr.Type.ALIPHATIC_ORDER, 2).or(new Expr(Expr.Type.I
632632
line.append("0");
633633
}
634634
if (writeDefaultProps.isSet())
635-
line.append(" 0 0 0 ");
635+
line.append(" 0 0 0");
636636
line.append('\n');
637637
writer.write(line.toString());
638638
}

0 commit comments

Comments
 (0)