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

Commit405a485

Browse files
committed
try test fix
1 parent44856b4 commit405a485

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
@@ -289,7 +289,6 @@ class CoderCLIManager(
289289
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
290290
""".trimIndent()
291291
.plus(extraConfig)
292-
.plus(System.lineSeparator())
293292
.plus(
294293
"""
295294
Host${getBackgroundHostName(deploymentURL, it)}
@@ -300,8 +299,8 @@ class CoderCLIManager(
300299
LogLevel ERROR
301300
SetEnv CODER_SSH_SESSION_TYPE=JetBrains
302301
""".trimIndent()
302+
.plus(extraConfig)
303303
)
304-
.plus(extraConfig)
305304
.replace("\n",System.lineSeparator())
306305
},
307306
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp