Skip to content

Commit 75f17ca

Browse files
committed
fmt
1 parent a354ebe commit 75f17ca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Coder-Desktop/CoderSDK/Deployment.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ public struct BuildInfoResponse: Codable, Equatable, Sendable {
1919
.firstMatch(in: version, range: NSRange(version.startIndex ..< version.endIndex, in: version))
2020
.flatMap { Range($0.range(at: 1), in: version).map { String(version[$0]) } }
2121
}
22-
}
22+
}

Coder-Desktop/CoderSDK/WorkspaceAgents.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import Foundation
22

3-
43
public extension Client {
5-
func agentConnectionInfoGeneric() async throws(SDKError) -> AgentConnectionInfo {
4+
func agentConnectionInfoGeneric() async throws(SDKError) -> AgentConnectionInfo {
65
let res = try await request("/api/v2/workspaceagents/connection", method: .get)
76
guard res.resp.statusCode == 200 else {
87
throw responseAsError(res)

0 commit comments

Comments
 (0)