Skip to content

Commit

Permalink
Swift format
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel committed Aug 28, 2023
1 parent c79f78d commit dc2d57c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Sources/WebSocket/SystemWebSocket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import Synchronized

private typealias OpenFuture = AsyncThrowingFuture<Void>

private typealias CloseFuture =
AsyncThrowingFuture<(code: WebSocketCloseCode, reason: Data?)>
private typealias CloseFuture = AsyncThrowingFuture<
(code: WebSocketCloseCode, reason: Data?)
>

final actor SystemWebSocket: Publisher {
typealias Output = WebSocketMessage
Expand Down

0 comments on commit dc2d57c

Please sign in to comment.