Skip to content

Commit 6144507

Browse files
committed
Fixed whitespace
1 parent fdb6253 commit 6144507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/lib/circuitpython_library_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,6 @@ def validate_default_branch(self, repo):
12181218
return []
12191219

12201220
if repo["default_branch"] != "main":
1221-
return[ERROR_INCORRECT_DEFAULT_BRANCH]
1221+
return [ERROR_INCORRECT_DEFAULT_BRANCH]
12221222

12231223
return []

0 commit comments

Comments
 (0)