From 3b2ba64c3792b762ce0360f8fa209e0685c3153d Mon Sep 17 00:00:00 2001 From: Chris Brind Date: Thu, 12 Oct 2023 12:20:27 +0100 Subject: [PATCH] swiftlint --- DuckDuckGo/FullscreenDaxDialogViewController.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DuckDuckGo/FullscreenDaxDialogViewController.swift b/DuckDuckGo/FullscreenDaxDialogViewController.swift index e25af8cf67..7ce707bd11 100644 --- a/DuckDuckGo/FullscreenDaxDialogViewController.swift +++ b/DuckDuckGo/FullscreenDaxDialogViewController.swift @@ -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: "☝️", + with: appSettings.currentAddressBarPosition == .bottom ? "👇" : "☝️") daxDialogViewController?.onTapCta = dismissCta highlightCutOutView.fillColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1.0)