Skip to content

Commit 9d8a6e1

Browse files
committed
chore: linting
1 parent b93b408 commit 9d8a6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/gateway/views/steps/CoderLocateRemoteProjectStepView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class CoderLocateRemoteProjectStepView(private val disableNextAction: () -> Unit
129129
try {
130130
retrieveIDES(selectedWorkspace)
131131
} catch (e: Exception) {
132-
when(e) {
132+
when (e) {
133133
is InterruptedException -> Unit
134134
is CancellationException -> Unit
135135
else -> {

0 commit comments

Comments
 (0)