Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Aug 21, 2024
1 parent 9d70ea9 commit 6f36c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NetworkProtection/PacketTunnelProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ open class PacketTunnelProvider: NEPacketTunnelProvider {
os_log("Generating tunnel config", log: .networkProtection)
os_log("Excluded ranges are: %{public}@", log: .networkProtection, String(describing: settings.excludedRanges))
os_log("Server selection method: %{public}@", log: .networkProtection, currentServerSelectionMethod.debugDescription)
os_log("DNS server: %{public}@", log: .networkProtection, String(describing: settings.dnsSettings))
os_log("DNS server: %{public}@", log: .networkProtection, String(describing: settings.dnsSettings))
let tunnelConfiguration = try await generateTunnelConfiguration(serverSelectionMethod: currentServerSelectionMethod,
includedRoutes: includedRoutes ?? [],
excludedRoutes: settings.excludedRanges,
Expand Down

0 comments on commit 6f36c07

Please sign in to comment.