Skip to content

Commit

Permalink
Swift lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Mar 14, 2024
1 parent 3677b1d commit 27f87ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/NavigationBar/View/MoreOptionsMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ final class MoreOptionsMenu: NSMenu {
#if NETWORK_PROTECTION
if networkProtectionFeatureVisibility.isNetworkProtectionVisible() {
let networkProtectionItem: NSMenuItem

let isWaitlistUser = NetworkProtectionWaitlist().waitlistStorage.isWaitlistUser
let hasAuthToken = NetworkProtectionKeychainTokenStore().isFeatureActivated

Expand Down

0 comments on commit 27f87ac

Please sign in to comment.