Skip to content

Commit beed9a1

Browse files
committed
[AUTO]Format code
Files changed: M terraform/production/repositories.tfvars
1 parent 82a2564 commit beed9a1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

terraform/production/repositories.tfvars

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repositories = {
55
description = "A Special Repository."
66
enable_branch_protection = false
77

8-
topics = []
9-
push_allowances = []
8+
topics = []
9+
push_allowances = []
1010
is_django_commons_repo = true
1111
}
1212

@@ -16,8 +16,8 @@ repositories = {
1616
allow_merge_commit = true
1717
allow_rebase_merge = true
1818
allow_squash_merge = true
19-
topics = []
20-
push_allowances = []
19+
topics = []
20+
push_allowances = []
2121
is_django_commons_repo = true
2222
}
2323

@@ -27,14 +27,14 @@ repositories = {
2727
allow_merge_commit = true
2828
allow_rebase_merge = true
2929
allow_squash_merge = true
30-
topics = []
31-
push_allowances = []
30+
topics = []
31+
push_allowances = []
3232
is_django_commons_repo = true
3333
}
3434

3535
"django-commons-playground" = {
3636
description = "A sample project to test things out"
37-
topics = []
37+
topics = []
3838
# People with GitHub admin repo permissions
3939
admins = [
4040
"cunla",
@@ -61,7 +61,7 @@ repositories = {
6161
"cunla",
6262
]
6363
committers = []
64-
members = []
64+
members = []
6565
}
6666

6767
"django-fsm-2" = {
@@ -78,7 +78,7 @@ repositories = {
7878
"pfouque",
7979
]
8080
committers = []
81-
members = []
81+
members = []
8282
}
8383
"django-typer" = {
8484
description = "Use Typer (type hints) to define the interface for your Django management commands."
@@ -87,14 +87,14 @@ repositories = {
8787
allow_merge_commit = false
8888
allow_rebase_merge = false
8989
allow_squash_merge = true
90-
push_allowances = []
90+
push_allowances = []
9191

9292
admins = [
9393
"bckohan",
9494
"oliverandrich",
9595
]
9696
committers = []
97-
members = []
97+
members = []
9898
}
9999

100100
}

0 commit comments

Comments
 (0)