Skip to content

Commit 140285e

Browse files
committed
Fixing indentation (#112)
1 parent d32d193 commit 140285e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
run: |
3333
make fmt
3434
35-
- name: Go vet
36-
run: |
37-
make vet
35+
- name: Go vet
36+
run: |
37+
make vet
3838
39-
- name: Build
40-
run: |
41-
go build -v .
39+
- name: Build
40+
run: |
41+
go build -v .
4242
4343

4444
# run acceptance tests in a matrix with Terraform core versions

0 commit comments

Comments
 (0)