Skip to content

Commit a74b2ea

Browse files
committed
Obj-c leaking into my brain again. Make dangerbot happy.
1 parent 1be3b32 commit a74b2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Tools/Currency/MoneyFormatter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ extension MoneyFormatter {
155155
for (index, char) in stringValue.enumerated() {
156156
if index == decimalIndex && char == "." {
157157
containsDecimal = true
158-
break;
158+
break
159159
}
160160
}
161161

0 commit comments

Comments
 (0)