Skip to content

Commit f24241a

Browse files
committed
Fix spacing
1 parent 514c561 commit f24241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/ReusableViews/TwoColumnLabelView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class TwoColumnLabelView: UIView {
99
case title
1010
}
1111

12-
var mode: Mode = .body{
12+
var mode: Mode = .body {
1313
didSet {
1414
refreshStyle(mode: mode)
1515
}

0 commit comments

Comments
 (0)