Skip to content

Commit e1c952c

Browse files
authored
fmt
1 parent f666f25 commit e1c952c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dogfood/coder/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ module "vscode-web" {
267267
}
268268

269269
module "jetbrains" {
270-
count = data.coder_workspace.me.start_count
271-
source = "git::https://github.com/coder/registry.git//registry/coder/modules/jetbrains?ref=jetbrains"
272-
agent_id = coder_agent.dev.id
273-
folder = local.repo_dir
270+
count = data.coder_workspace.me.start_count
271+
source = "git::https://github.com/coder/registry.git//registry/coder/modules/jetbrains?ref=jetbrains"
272+
agent_id = coder_agent.dev.id
273+
folder = local.repo_dir
274274
major_version = "latest"
275275
}
276276

0 commit comments

Comments
 (0)