Skip to content

Commit

Permalink
fix new formatting issue (#2895)
Browse files Browse the repository at this point in the history
Race between #2889 and another PR.
  • Loading branch information
JelleZijlstra authored Feb 24, 2022
1 parent 6cfb518 commit 9b16107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/black/__init__.py
Original file line number Diff line number Diff line change
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 9b16107

Please sign in to comment.