mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-29 14:15:08 -08:00
Python: Fix code style issues
This commit is contained in:
@@ -66,7 +66,6 @@ def add_ljust(line, s, pos):
|
||||
# adds a new field to a line left justified starting at pos
|
||||
|
||||
s = str(s)
|
||||
slen = len(s)
|
||||
if len(line) > pos:
|
||||
line = line[:pos]
|
||||
if len(line) < pos:
|
||||
|
||||
Reference in New Issue
Block a user