Skip to content

Commit

Permalink
fix new formatting issue
Browse files Browse the repository at this point in the history
Race between #2889 and another PR.
  • Loading branch information
JelleZijlstra committed Feb 24, 2022
1 parent 2918ea3 commit 52943c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/__init__.py
Expand Up @@ -477,7 +477,7 @@ def main( # noqa: C901
user_level_config = str(find_user_pyproject_toml())
if config == user_level_config:
out(
f"Using configuration from user-level config at "
"Using configuration from user-level config at "
f"'{user_level_config}'.",
fg="blue",
)
Expand Down

0 comments on commit 52943c9

Please sign in to comment.