Skip to content

Commit 128b0b3

Browse files
committed
fmt
1 parent dd69d70 commit 128b0b3

File tree

1 file changed

+3
-3
lines changed
  • registry/coder/modules/jupyterlab

1 file changed

+3
-3
lines changed

registry/coder/modules/jupyterlab/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ locals {
2323
}
2424
}
2525
}
26-
26+
2727
# Use user config if provided, otherwise fallback to CSP config
2828
config_to_use = length(var.config) == 0 ? local.csp_fallback_config : var.config
29-
config_json = jsonencode(local.config_to_use)
30-
config_b64 = base64encode(local.config_json)
29+
config_json = jsonencode(local.config_to_use)
30+
config_b64 = base64encode(local.config_json)
3131
}
3232

3333
# Add required variables for your modules and remove any unneeded variables

0 commit comments

Comments
 (0)