Movatterモバイル変換


[0]ホーム

URL:


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

Commit1bed23e

Browse files
committed
try test fix
1 parentff9c0b6 commit1bed23e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/main/kotlin/com/coder/gateway/cli/CoderCLIManager.kt‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ class CoderCLIManager(
287287
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
288288
""".trimIndent()
289289
.plus(extraConfig)
290-
.plus(System.lineSeparator())
291290
.plus(
292291
"""
293292
Host${getBackgroundHostName(deploymentURL, it)}
@@ -298,8 +297,8 @@ class CoderCLIManager(
298297
LogLevel ERROR
299298
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
300299
""".trimIndent()
300+
.plus(extraConfig)
301301
)
302-
.plus(extraConfig)
303302
.replace("\n",System.lineSeparator())
304303
},
305304
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp