Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 14799ab

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /