Skip to content

Commit 3b8e1a8

Browse files
committed
Fixup format.
1 parent 58be638 commit 3b8e1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/sdg/src/main/java/org/openscience/cdk/layout/IdentityTemplateLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ static String encodeEntry(Entry<String, Point2d[]> entry) {
290290
* @return extended SMILES format coordinates
291291
*/
292292
static String encodeCoordinates(Point2d[] points) {
293-
DecimalFormat fmt = new DecimalFormat("#.##");
293+
DecimalFormat fmt = new DecimalFormat(".##");
294294
StringBuilder sb = new StringBuilder();
295295
sb.append("|(");
296296
for (Point2d point : points) {

0 commit comments

Comments
 (0)