Skip to content

Commit 6cc5dc9

Browse files
committed
Autocorrect whitespacing issues
1 parent 9114629 commit 6cc5dc9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/MyStore/StoreStatsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private extension StoreStatsViewController {
181181
progressPercentage: CGFloat,
182182
changeCurrentIndex: Bool,
183183
animated: Bool) -> Void in
184-
184+
185185
guard changeCurrentIndex == true else { return }
186186
oldCell?.label.textColor = StyleManager.defaultTextColor
187187
newCell?.label.textColor = StyleManager.wooCommerceBrandColor

WooCommerce/Classes/ViewRelated/Dashboard/MyStore/TopPerformersViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private extension TopPerformersViewController {
164164
progressPercentage: CGFloat,
165165
changeCurrentIndex: Bool,
166166
animated: Bool) -> Void in
167-
167+
168168
guard changeCurrentIndex == true else { return }
169169
oldCell?.label.textColor = StyleManager.defaultTextColor
170170
newCell?.label.textColor = StyleManager.wooCommerceBrandColor

WooCommerce/Classes/ViewRelated/Orders/FulfillViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ private extension FulfillViewController {
308308
"No address specified.",
309309
comment: "Fulfill order > customer info > where the physical shipping address would normally display."
310310
)
311-
311+
312312
return
313313
}
314314

WooCommerce/Classes/ViewRelated/Orders/NewNoteViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private extension NewNoteViewController {
234234
"Unable to add note to order #\(viewModel.order.orderID)",
235235
comment: "Content of error presented when Add Note Action Failed. It reads: Unable to add note to order #{order number}"
236236
)
237-
237+
238238
let actionTitle = NSLocalizedString("Retry", comment: "Retry Action")
239239
let notice = Notice(title: title, message: nil, feedbackType: .error, actionTitle: actionTitle) { [weak self] in
240240
self?.addButtonTapped()

0 commit comments

Comments
 (0)