Skip to content

Commit bcc848f

Browse files
authored
Update DoubleToString.java
1 parent b5c29f0 commit bcc848f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-numbers/src/main/java/com/baeldung/string/DoubleToString.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ public static String roundWithDecimalFormat(double d) {
3838
return df.format(d);
3939
}
4040

41+
4142
}

0 commit comments

Comments
 (0)