Skip to content

Commit 529e396

Browse files
committed
style: clean terminal UI whitespace
1 parent cad6489 commit 529e396

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pure_auto_codeql/utils/terminal_ui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,3 @@ def print_result_card(result: Any) -> None:
136136
clipped = content if len(content) <= width - 4 else f"{content[: width - 5]}…"
137137
print(f"│ {clipped:<{width - 4}} │")
138138
print("└" + "─" * width + "┘")
139-

0 commit comments

Comments
 (0)