Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
chore: add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
vandycknick committed Feb 24, 2021
1 parent 5d34382 commit 95b827a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ test:
cd test && PATH=$(PWD)/test:${PATH} go test

testacc:
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
2 changes: 1 addition & 1 deletion examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ resource "kuma_traffic_permission" "yolo_permission" {

output "yolo_permission_name" {
value = kuma_traffic_permission.yolo_permission.name
}
}

0 comments on commit 95b827a

Please sign in to comment.