Przeglądaj źródła

removed comment

Milen Minev 10 miesięcy temu
rodzic
commit
cd0eaaf361
1 zmienionych plików z 0 dodań i 1 usunięć
  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
     }()