Skip to content

Commit 188838f

Browse files
committed
Add NO-OP clarifications
1 parent 1bfb873 commit 188838f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WooCommerce/Classes/Authentication/Navigation Exceptions/NoSecureConnectionErrorViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct NoSecureConnectionErrorViewModel: ULErrorViewModel {
3333
}
3434

3535
func viewDidLoad(in viewController: UIViewController?) {
36-
36+
// NO-OP
3737
}
3838

3939
}

WooCommerce/Classes/Authentication/Navigation Exceptions/NotWPAccountViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct NotWPAccountViewModel: ULErrorViewModel {
3939
}
4040

4141
func viewDidLoad(in viewController: UIViewController?) {
42-
42+
// NO-OP
4343
}
4444
}
4545

WooCommerce/Classes/Authentication/Navigation Exceptions/NotWPErrorViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct NotWPErrorViewModel: ULErrorViewModel {
3636
}
3737

3838
func viewDidLoad(in viewController: UIViewController?) {
39-
39+
// NO-OP
4040
}
4141
}
4242

0 commit comments

Comments
 (0)