Fix missing space in option description (#4182)

This commit is contained in:
Jelle Zijlstra 2024-01-27 12:34:02 -08:00 committed by GitHub
parent ed770ba4dd
commit 1607e9ab20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(