Skip to content

Commit

Permalink
MOre swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Nov 14, 2023
1 parent 26228d6 commit 1d02094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DuckDuckGo/NetworkProtectionConvenienceInitialisers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ extension NetworkProtectionKeychainTokenStore {
extension NetworkProtectionCodeRedemptionCoordinator {
convenience init() {
let tunnelSettings = TunnelSettings(defaults: .networkProtectionGroupDefaults)
self.init(environment: tunnelSettings.selectedEnvironment, tokenStore: NetworkProtectionKeychainTokenStore(), errorEvents: .networkProtectionAppDebugEvents)
self.init(
environment: tunnelSettings.selectedEnvironment,
tokenStore: NetworkProtectionKeychainTokenStore(),
errorEvents: .networkProtectionAppDebugEvents
)
}
}

Expand Down

0 comments on commit 1d02094

Please sign in to comment.