Skip to content

Commit a051d80

Browse files
committed
format: remove indent
1 parent cc1b8b7 commit a051d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ data "local_file" "repo_permissions" {
3838
}
3939

4040
locals {
41-
users = jsondecode(data.local_file.users.content)
41+
users = jsondecode(data.local_file.users.content)
4242
teams = jsondecode(data.local_file.teams.content)
4343
repos = jsondecode(data.local_file.repos.content)
4444
repo_permissions = jsondecode(data.local_file.repo_permissions.content)

0 commit comments

Comments
 (0)