You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/01/01 10:34:37 UTC

[buildstream] 01/07: _frontend/cli.py: Tidy up some whitespace

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/porting-guide
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit e83b08edb58f68048f7594c0da75ccdb92a819fb
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Sat Jan 1 15:54:19 2022 +0900

    _frontend/cli.py: Tidy up some whitespace
---
 src/buildstream/_frontend/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/buildstream/_frontend/cli.py b/src/buildstream/_frontend/cli.py
index 65f95c5..79e19ab 100644
--- a/src/buildstream/_frontend/cli.py
+++ b/src/buildstream/_frontend/cli.py
@@ -958,7 +958,7 @@ def source_track(app, elements, deps, except_, cross_junctions):
     default=None,
     metavar="LOCATION",
     type=click.Path(),
-    help="Create a tarball containing the sources instead " "of a file tree.",
+    help="Create a tarball containing the sources instead of a file tree.",
 )
 @click.option(
     "--compression",