Skip to content

Commit

Permalink
Fixes a swiftlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Jul 4, 2024
1 parent cb5464a commit 3e88a7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/NetworkProtection/PacketTunnelProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ open class PacketTunnelProvider: NEPacketTunnelProvider {
regenerateKey: regenerateKey)
case .useConfiguration(let newTunnelConfiguration):
tunnelConfiguration = newTunnelConfiguration
break
}

try await updateAdapterConfiguration(tunnelConfiguration: tunnelConfiguration, reassert: reassert)
Expand Down

0 comments on commit 3e88a7d

Please sign in to comment.