Skip to content

Commit 38e0887

Browse files
committed
format
1 parent 1c68179 commit 38e0887

File tree

1 file changed

+2
-2
lines changed
  • registry/coder/modules/jetbrains-gateway

1 file changed

+2
-2
lines changed

registry/coder/modules/jetbrains-gateway/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ resource "coder_app" "gateway" {
347347
local.build_number,
348348
"&ide_download_link=",
349349
local.download_link,
350-
], trimspace(var.agent_name) != ""
350+
], trimspace(var.agent_name) != ""
351351
? ["&agent=", var.agent_name]
352-
: []))
352+
: []))
353353
}
354354

355355
output "identifier" {

0 commit comments

Comments
 (0)