chore(ci): fix swiftformat lint

This commit is contained in:
Peter Steinberger
2025-12-20 19:48:53 +01:00
parent 483c0e4cea
commit 2ca7c2629c
3 changed files with 8 additions and 10 deletions

View File

@@ -352,12 +352,11 @@ final class GatewayDiscoveryModel {
nonisolated private static func mergeLocalIdentity(
fast: LocalIdentity,
slow: LocalIdentity
) -> LocalIdentity {
slow: LocalIdentity) -> LocalIdentity
{
LocalIdentity(
hostTokens: fast.hostTokens.union(slow.hostTokens),
displayTokens: fast.displayTokens.union(slow.displayTokens)
)
displayTokens: fast.displayTokens.union(slow.displayTokens))
}
nonisolated private static func buildLocalIdentityFast() -> LocalIdentity {