Skip to content

Commit 901c2c3

Browse files
committed
run linter
1 parent 93101b3 commit 901c2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/CoderGatewayRecentWorkspaceConnectionsView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class CoderGatewayRecentWorkspaceConnectionsView(private val setContentCallback:
179179
Triple(
180180
workspaceWithAgent.status.statusColor(),
181181
workspaceWithAgent.status.description,
182-
null
182+
null,
183183
)
184184
} else {
185185
Triple(UIUtil.getContextHelpForeground(), "Querying workspace status...", AnimatedIcon.Default())

0 commit comments

Comments
 (0)