mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a docstring
This commit is contained in:
@@ -621,6 +621,7 @@ class StylesBuilder:
|
||||
self.styles.text_style = style_definition
|
||||
|
||||
def process_text_justify(self, name: str, tokens: list[Token]) -> None:
|
||||
"""Process a text-justify declaration"""
|
||||
if not tokens:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user