瀏覽代碼

removed comment

Milen Minev 11 月之前
父節點
當前提交
cd0eaaf361
共有 1 個文件被更改,包括 0 次插入1 次删除
  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
     }()