Selaa lähdekoodia

removed comment

Milen Minev 1 vuosi sitten
vanhempi
commit
cd0eaaf361
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      Trio/Sources/Helpers/Formatters.swift

+ 0 - 1
Trio/Sources/Helpers/Formatters.swift

@@ -87,7 +87,6 @@ extension Formatter {
         formatter.locale = .current
         formatter.minimumIntegerDigits = 0
         formatter.maximumFractionDigits = 2
-        // formatter.decimalSeparator = "."
         return formatter
     }()