Skip to content

Commit 01cb7d0

Browse files
committed
Fix intendation
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent b96ada1 commit 01cb7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bpython/curtsiesfrontend/replpainter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def add_border(line):
166166
config.top_border * (width + 2) +
167167
config.right_top_corner)
168168
bottom_line = border_color(config.left_bottom_corner +
169-
config.bottom_border * (width + 2) +
170-
config.right_bottom_corner)
169+
config.bottom_border * (width + 2) +
170+
config.right_bottom_corner)
171171

172172
output_lines = [top_line] + map(add_border, lines) + [bottom_line]
173173
r = fsarray(output_lines[:min(rows-1, len(output_lines)-1)] + output_lines[-1:])

0 commit comments

Comments
 (0)