Skip to content

Commit 8032d6e

Browse files
committed
make gen fmt
1 parent e6f35c6 commit 8032d6e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

integration/test-data-source/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ data "coder_provisioner" "me" {}
1515
data "coder_workspace" "me" {}
1616
data "coder_workspace_owner" "me" {}
1717
data "coder_parameter" "param" {
18-
name = "param"
18+
name = "param"
1919
description = "param description"
20-
icon = "param icon"
20+
icon = "param icon"
2121
}
2222
data "coder_workspace_preset" "preset" {
2323
name = "preset"

0 commit comments

Comments
 (0)