Skip to content

Commit 47af8de

Browse files
authored
Fix missing newline at end of terraform.tf
Add missing newline at the end of terraform.tf file.
1 parent 2e9ecfc commit 47af8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infra/aggregation_mode/terraform/environments/hoodi

infra/aggregation_mode/terraform/environments/hoodi/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ terraform {
1818

1919
backend "s3" {
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)