Skip to content

Commit 15cae29

Browse files
make fmt
1 parent dab175a commit 15cae29

File tree

1 file changed

+9
-9
lines changed
  • integration/test-data-source

1 file changed

+9
-9
lines changed

integration/test-data-source/main.tf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ data "coder_workspace_preset" "preset" {
3131
ttl = 86400
3232
}
3333
autoscaling {
34-
timezone = "UTC"
35-
schedule {
36-
cron = "* 8-18 * * 1-5"
37-
instances = 3
38-
}
39-
schedule {
40-
cron = "* 8-14 * * 6"
41-
instances = 1
42-
}
34+
timezone = "UTC"
35+
schedule {
36+
cron = "* 8-18 * * 1-5"
37+
instances = 3
38+
}
39+
schedule {
40+
cron = "* 8-14 * * 6"
41+
instances = 1
42+
}
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)