Update DoubleToString.java

This commit is contained in:
Loredana Crusoveanu
2019-01-05 18:35:47 +02:00
committed by GitHub
parent b5c29f0e1b
commit bcc848f6a7

View File

@@ -38,4 +38,5 @@ public class DoubleToString {
return df.format(d);
}
}