Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: linting
  • Loading branch information
fioan89 committed Jan 26, 2023
commit 9d8a6e127eee388346e79d5dc015cf7fe93efdba
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CoderLocateRemoteProjectStepView(private val disableNextAction: () -> Unit
try {
retrieveIDES(selectedWorkspace)
} catch (e: Exception) {
when(e) {
when (e) {
is InterruptedException -> Unit
is CancellationException -> Unit
else -> {
Expand Down