Skip to content

Commit 5f1320c

Browse files
committed
formatting
1 parent 1aad58e commit 5f1320c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

coderd/templateversions_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func TestPostTemplateVersionsByOrganization(t *testing.T) {
291291
default = "1"
292292
}
293293
data "coder_parameter" "b" {
294-
name = "b"
294+
name = "b"
295295
type = string
296296
default = "2"
297297
}
@@ -313,7 +313,7 @@ func TestPostTemplateVersionsByOrganization(t *testing.T) {
313313
default = "1"
314314
}
315315
data "coder_parameter" "b" {
316-
name = "b"
316+
name = "b"
317317
type = string
318318
default = "2"
319319
}
@@ -338,7 +338,7 @@ func TestPostTemplateVersionsByOrganization(t *testing.T) {
338338
default = "1"
339339
}
340340
data "coder_parameter" "b" {
341-
name = "b"
341+
name = "b"
342342
type = string
343343
default = "2"
344344
}
@@ -369,7 +369,7 @@ func TestPostTemplateVersionsByOrganization(t *testing.T) {
369369
default = "1"
370370
}
371371
data "coder_parameter" "b" {
372-
name = "b"
372+
name = "b"
373373
type = string
374374
default = "2"
375375
}
@@ -400,7 +400,7 @@ func TestPostTemplateVersionsByOrganization(t *testing.T) {
400400
default = "1"
401401
}
402402
data "coder_parameter" "b" {
403-
name = "b"
403+
name = "b"
404404
type = string
405405
default = "2"
406406
}
@@ -448,7 +448,7 @@ func TestPostTemplateVersionsByOrganization(t *testing.T) {
448448
default = "1"
449449
}
450450
data "coder_parameter" "b" {
451-
name = "b"
451+
name = "b"
452452
type = string
453453
default = "2"
454454
}

0 commit comments

Comments
 (0)