Skip to content

Commit 91afd87

Browse files
committed
Adjust style to match standards
1 parent 0218f5c commit 91afd87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/prompt_toolkit/widgets/toolbars.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ def __pt_container__(self) -> Container:
342342

343343

344344
class ValidationToolbar:
345-
def __init__(self, show_position: bool = False, buffer: Buffer | None = None) -> None:
345+
def __init__(
346+
self, show_position: bool = False, buffer: Buffer | None = None
347+
) -> None:
346348
def get_formatted_text() -> StyleAndTextTuples:
347349
# If buffer not specified, use the currently focused buffer
348350
if buffer is None:

0 commit comments

Comments
 (0)