Fix missing space in option description (#4182)
This commit is contained in:
parent
ed770ba4dd
commit
1607e9ab20
@ -279,7 +279,7 @@ def validate_regex(
|
|||||||
is_flag=True,
|
is_flag=True,
|
||||||
help=(
|
help=(
|
||||||
"Format all input files like Jupyter Notebooks regardless of file extension."
|
"Format all input files like Jupyter Notebooks regardless of file extension."
|
||||||
"This is useful when piping source on standard input."
|
" This is useful when piping source on standard input."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
|
Loading…
Reference in New Issue
Block a user