Skip to content

Commit b263585

Browse files
committed
Fix formatting inconsistency in print statement in main function
1 parent c9d2eb8 commit b263585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_utils/dunder_methods/__format__2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def main() -> None:
2222

2323
print(f'{harry_potter:caps}') # HARRY POTTER
2424
print(f'{harry_potter:time}') # Read time: 5.00h
25-
print('---------------------')
25+
print('---------------------')
2626
print(f'{lord_rings:caps}') # LORD OF THE RINGS
2727
print(f'{lord_rings:time}') # Read time: 13.33h
2828

0 commit comments

Comments
 (0)