From 2cc95a8d7503bd44d82d24f96f0bbb2d1f79754a Mon Sep 17 00:00:00 2001 From: Fernando Bunn Date: Fri, 24 Jan 2025 16:45:32 +0000 Subject: [PATCH] test --- DuckDuckGo/AIChat/AIChatMenuVisibilityConfigurable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/AIChat/AIChatMenuVisibilityConfigurable.swift b/DuckDuckGo/AIChat/AIChatMenuVisibilityConfigurable.swift index a33d1fe372..7af2480e97 100644 --- a/DuckDuckGo/AIChat/AIChatMenuVisibilityConfigurable.swift +++ b/DuckDuckGo/AIChat/AIChatMenuVisibilityConfigurable.swift @@ -22,7 +22,7 @@ import BrowserServicesKit protocol AIChatMenuVisibilityConfigurable { /// This property validates remote feature flags and user settings to determine if the shortcut - /// should be presented to the user. + /// should be presented to the user. s /// /// - Returns: `true` if the application menu shortcut should be displayed; otherwise, `false`. var shouldDisplayApplicationMenuShortcut: Bool { get }