Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a space before "However" in
update-build-files
's "... BUILD fil…
…es found.However, ..." (#20861) Currently, running `pants update-build-files ::` prints a message that's slightly misformatted, where there's no space after the first sentence. This adds a space: Before: ``` 15:27:34.28 [INFO] No required changes to BUILD files found.However, there may still be deprecations that `update-build-files` doesn't know how to fix. See https://www.pantsbuild.org/2.22/docs/releases/upgrade-tips for upgrade tips. ``` After: ``` 15:29:00.90 [INFO] No required changes to BUILD files found. However, there may still be deprecations that `update-build-files` doesn't know how to fix. See https://www.pantsbuild.org/2.22/docs/releases/upgrade-tips for upgrade tips. ```
- Loading branch information