Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01cb7d0

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

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎bpython/curtsiesfrontend/replpainter.py‎

Copy file name to clipboardExpand all lines: bpython/curtsiesfrontend/replpainter.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.