diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2024-12-04 10:18:22 +0100 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-01-13 09:34:43 +0100 |
| commit | 0a4111becc952dee83b4c7052ea3f91df6cb174a (patch) | |
| tree | 7cd6f320bc70bf7427e2d431b5adab209fa3d3e8 /ios/MullvadRustRuntime | |
| parent | a330c48b39db414b38332f5dd45de77337d53a89 (diff) | |
| download | mullvadvpn-0a4111becc952dee83b4c7052ea3f91df6cb174a.tar.xz mullvadvpn-0a4111becc952dee83b4c7052ea3f91df6cb174a.zip | |
Add toggle in connection view
Diffstat (limited to 'ios/MullvadRustRuntime')
| -rw-r--r-- | ios/MullvadRustRuntime/EphemeralPeerNegotiator.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ios/MullvadRustRuntime/EphemeralPeerNegotiator.swift b/ios/MullvadRustRuntime/EphemeralPeerNegotiator.swift index 8346b2686d..85503c8bf4 100644 --- a/ios/MullvadRustRuntime/EphemeralPeerNegotiator.swift +++ b/ios/MullvadRustRuntime/EphemeralPeerNegotiator.swift @@ -11,7 +11,6 @@ import MullvadTypes import NetworkExtension import WireGuardKitTypes -// swiftlint:disable function_parameter_count public protocol EphemeralPeerNegotiating { func startNegotiation( devicePublicKey: PublicKey, @@ -70,5 +69,3 @@ public class EphemeralPeerNegotiator: EphemeralPeerNegotiating { drop_ephemeral_peer_exchange_token(cancelToken) } } - -// swiftlint:enable function_parameter_count |
