Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit e0f0101

Browse files
committed
Identation fixes
1 parent a292ac0 commit e0f0101

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WordPressAuthenticator/NUX/NUXTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open class NUXTableViewController: UITableViewController, NUXViewControllerBase,
2323
setupHelpButtonIfNeeded()
2424
setupCancelButtonIfNeeded()
2525
}
26-
26+
2727
deinit {
2828
removeNotificationObservers()
2929
}

WordPressAuthenticator/NUX/NUXViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ open class NUXViewController: UIViewController, NUXViewControllerBase, UIViewCon
2727
setupCancelButtonIfNeeded()
2828
setupBackgroundTapGestureRecognizer()
2929
}
30-
30+
3131
deinit {
3232
removeNotificationObservers()
3333
}

WordPressAuthenticator/NUX/NUXViewControllerBase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ extension NUXViewControllerBase where Self: UIViewController, Self: UIViewContro
296296

297297
private var wordpressSupportNotificationReceivedObserver: NSObjectProtocol? {
298298
get {
299-
299+
300300
objc_getAssociatedObject(self, &wordpressSupportNotificationReceivedKey) as? NSObjectProtocol
301301
}
302302
set {

0 commit comments

Comments
 (0)