Skip to content

Commit

Permalink
SwiftLint again
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed May 24, 2024
1 parent d2200c9 commit cdb946c
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 @@ -932,7 +932,6 @@ open class PacketTunnelProvider: NEPacketTunnelProvider {
settings.apply(change: change)
}

// swiftlint:disable:next cyclomatic_complexity
private func handleSettingsChange(_ change: VPNSettings.Change, completionHandler: ((Data?) -> Void)? = nil) {
switch change {
case .setExcludeLocalNetworks:
Expand Down

0 comments on commit cdb946c

Please sign in to comment.