Skip to content

Commit 14799ab

Browse files
committed
Remove more semicolons
1 parent 2a3fa31 commit 14799ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/com/coder/gateway/services/CoderRestClientService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.intellij.ide.plugins.PluginManagerCore
66
import com.intellij.openapi.components.service
77
import com.intellij.openapi.extensions.PluginId
88
import com.intellij.util.net.HttpConfigurable
9-
import okhttp3.OkHttpClient;
9+
import okhttp3.OkHttpClient
1010
import java.net.URL
1111

1212
/**

src/main/kotlin/com/coder/gateway/settings/CoderSettings.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.nio.file.Files
1414
import java.nio.file.Path
1515
import java.nio.file.Paths
1616

17-
const val CODER_SSH_CONFIG_OPTIONS = "CODER_SSH_CONFIG_OPTIONS";
17+
const val CODER_SSH_CONFIG_OPTIONS = "CODER_SSH_CONFIG_OPTIONS"
1818

1919
open class CoderSettingsState(
2020
// Used to download the Coder CLI which is necessary to proxy SSH

0 commit comments

Comments
 (0)