diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-01-13 09:42:48 +0100 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-01-13 09:42:48 +0100 |
| commit | faf8f909b83af3401920485dbfc816ffd55d5cb7 (patch) | |
| tree | 2208c88884ecaf850b62631cc8d29b21726ae8fd /ios/MullvadRustRuntime | |
| parent | cde728046d456248549f11a790a3a4916848bb18 (diff) | |
| parent | 11ce559117481460356881680dfb500821d79ead (diff) | |
| download | mullvadvpn-faf8f909b83af3401920485dbfc816ffd55d5cb7.tar.xz mullvadvpn-faf8f909b83af3401920485dbfc816ffd55d5cb7.zip | |
Merge branch 'add-connection-detail-toggle-to-connection-view-ios-961'
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 |
