Skip to content

Commit 7d43c76

Browse files
committed
format with ruff
1 parent a77b4c0 commit 7d43c76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/prompt_toolkit/layout/controls.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,7 @@ def create_content(self, width: int, height: int) -> UIContent:
477477
def get_line(i: int) -> StyleAndTextTuples:
478478
return []
479479

480-
return UIContent(
481-
get_line=get_line, line_count=100**100
482-
) # Something very big.
480+
return UIContent(get_line=get_line, line_count=100**100) # Something very big.
483481

484482
def is_focusable(self) -> bool:
485483
return False

0 commit comments

Comments
 (0)