Skip to content

Commit a0e36e3

Browse files
committed
Swiftlint fix.
1 parent fc64406 commit a0e36e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firefox-ios/Client/Frontend/NativeErrorPage/NativeErrorPageViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ final class NativeErrorPageViewController: UIViewController,
332332
}
333333

334334
@objc
335-
private nonisolated func didTapReload() {
335+
nonisolated private func didTapReload() {
336336
ensureMainThread {
337337
store.dispatch(
338338
GeneralBrowserAction(

0 commit comments

Comments
 (0)