Skip to content

Commit

Permalink
jvm: add missing space to avoid two words running together (#12793)
Browse files Browse the repository at this point in the history
Add a missing space so two words do not run together.

[ci skip-rust]

[ci skip-build-wheels]
  • Loading branch information
Tom Dyas authored Sep 8, 2021
1 parent 4d61b31 commit 5af74db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/jvm/resolve/coursier_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def coursier_resolve_lockfile(
output_directories=("classpath",),
output_files=(coursier_report_file_name,),
description=(
"Running `coursier fetch` against"
"Running `coursier fetch` against "
f"{pluralize(len(maven_requirements), 'requirement')}: "
f"{', '.join(maven_requirements)}"
),
Expand Down

0 comments on commit 5af74db

Please sign in to comment.