Skip to content

Commit 95f94e4

Browse files
author
enryh
committed
:format: format
1 parent cba7cae commit 95f94e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ def print_completion_message(report_type: str):
785785
except UnicodeEncodeError:
786786
msg = strip_unicode(msg)
787787
print(msg)
788-
print('-' * 65)
788+
print("-" * 65)
789789

790790

791791
## REPORT FORMATTING

0 commit comments

Comments
 (0)