Skip to content

Commit

Permalink
Merge pull request #346 from adafruit/dhalbert-patch-1
Browse files Browse the repository at this point in the history
Fix spacing of "n issues not assigned a milestone"
  • Loading branch information
tannewt authored May 22, 2023
2 parents 078c241 + 855e0c7 commit 47c2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adabot/circuitpython_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def run_library_checks(validators, kw_args, error_depth):
item for item in no_milestone_items if "pull_request" not in item
]
logger.info(
" * %s issues not assigned a milestone",
" * %s issues not assigned a milestone",
len(no_milestone_issues),
)
logger.info("")
Expand Down

0 comments on commit 47c2ea4

Please sign in to comment.