Skip to content

Commit

Permalink
Merge branch 'lint' into main
Browse files Browse the repository at this point in the history
fix: formating error
  • Loading branch information
pythonbrad committed Sep 21, 2022
2 parents c108562 + 7ecd919 commit da0289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def main(args):
f"Real URL: {info['url']}\n"
f"Check time: {round(info['check_time'], 4)} seconds\n"
f"Result: {info['result'][1]} ->"
" {info['result'][2]}\n"
f" {info['result'][2]}\n"
)
acc += 1
else:
Expand Down

0 comments on commit da0289d

Please sign in to comment.