File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/com/coder/gateway Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import com.intellij.ide.plugins.PluginManagerCore
6
6
import com.intellij.openapi.components.service
7
7
import com.intellij.openapi.extensions.PluginId
8
8
import com.intellij.util.net.HttpConfigurable
9
- import okhttp3.OkHttpClient;
9
+ import okhttp3.OkHttpClient
10
10
import java.net.URL
11
11
12
12
/* *
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import java.nio.file.Files
14
14
import java.nio.file.Path
15
15
import java.nio.file.Paths
16
16
17
- const val CODER_SSH_CONFIG_OPTIONS = " CODER_SSH_CONFIG_OPTIONS" ;
17
+ const val CODER_SSH_CONFIG_OPTIONS = " CODER_SSH_CONFIG_OPTIONS"
18
18
19
19
open class CoderSettingsState (
20
20
// Used to download the Coder CLI which is necessary to proxy SSH
You can’t perform that action at this time.
0 commit comments