summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadRustRuntime
diff options
context:
space:
mode:
authorJon Petersson <jon.petersson@mullvad.net>2025-01-13 09:42:48 +0100
committerJon Petersson <jon.petersson@mullvad.net>2025-01-13 09:42:48 +0100
commitfaf8f909b83af3401920485dbfc816ffd55d5cb7 (patch)
tree2208c88884ecaf850b62631cc8d29b21726ae8fd /ios/MullvadRustRuntime
parentcde728046d456248549f11a790a3a4916848bb18 (diff)
parent11ce559117481460356881680dfb500821d79ead (diff)
downloadmullvadvpn-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.swift3
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