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 c516ef3 commit 3b2ba64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DuckDuckGo/FullscreenDaxDialogViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class FullscreenDaxDialogViewController: UIViewController {
super.viewDidLoad()

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

Check failure on line 49 in DuckDuckGo/FullscreenDaxDialogViewController.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Lines should not have trailing whitespace (trailing_whitespace)
with: appSettings.currentAddressBarPosition == .bottom ? "👇" : "☝️")
daxDialogViewController?.onTapCta = dismissCta

highlightCutOutView.fillColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1.0)
Expand Down

0 comments on commit 3b2ba64

Please sign in to comment.