Skip to content

Commit d7597fc

Browse files
committed
fmt
1 parent ac93c9c commit d7597fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder Desktop/Coder Desktop/VPNMenuState.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ struct VPNMenuState {
105105
mutating func upsertWorkspace(_ workspace: Vpn_Workspace) {
106106
guard let wsID = UUID(uuidData: workspace.id) else { return }
107107
// Workspace names are unique & case-insensitive, and we want to show offline workspaces
108-
// with a valid hostname (lowercase).
108+
// with a valid hostname (lowercase).
109109
workspaces[wsID] = Workspace(id: wsID, name: workspace.name.lowercased(), agents: [])
110110
// Check if we can associate any invalid agents with this workspace
111111
invalidAgents.filter { agent in

0 commit comments

Comments
 (0)