Skip to content

Commit 2ed2e06

Browse files
committed
owned swift 6.1 update again
1 parent feba3f9 commit 2ed2e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/Coder-Desktop/Views/FileSync/FileSyncSessionModal.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct FileSyncSessionModal<VPN: VPNService, FS: FileSyncDaemon>: View {
112112
alpha: .init(path: localPath, protocolKind: .local),
113113
beta: .init(path: remotePath, protocolKind: .ssh(host: remoteHostname))
114114
),
115-
promptCallback: { lastPromptMessage = $0 },
115+
promptCallback: { lastPromptMessage = $0 }
116116
)
117117
lastPromptMessage = nil
118118
} catch {

0 commit comments

Comments
 (0)