Skip to content

Commit

Permalink
swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Oct 12, 2023
1 parent 3b2ba64 commit 2e3c83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/FullscreenDaxDialogViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class FullscreenDaxDialogViewController: UIViewController {
super.viewDidLoad()

daxDialogViewController?.cta = spec?.cta
daxDialogViewController?.message = spec?.message.replacingOccurrences(of: "☝️",
daxDialogViewController?.message = spec?.message.replacingOccurrences(of: "☝️",
with: appSettings.currentAddressBarPosition == .bottom ? "👇" : "☝️")
daxDialogViewController?.onTapCta = dismissCta

Expand Down

0 comments on commit 2e3c83e

Please sign in to comment.