Skip to content

Commit 6aca4cc

Browse files
[MOB-1589] Update MainMenuActionHelper.swift
More style fixes
1 parent dcc578a commit 6aca4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firefox-ios/Client/Frontend/Browser/MainMenuActionHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ class MainMenuActionHelper: PhotonActionSheetProtocol,
581581
return SingleActionViewModel(title: .LegacyAppMenu.Help,
582582
iconString: StandardImageIdentifiers.Large.helpCircle) { _ in
583583

584-
let rateAction = UIAlertAction(title:.localized("Yes"), style:. default) { _ in
584+
let rateAction = UIAlertAction(title: .localized("Yes"), style: .default) { _ in
585585
self.delegate?.openURLInCurrentTab(Environment.current.urlProvider.storePage)
586586
}
587587

0 commit comments

Comments
 (0)