diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-09-14 06:38:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 06:38:36 (GMT) |
commit | 13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 (patch) | |
tree | 5704d2735779297fbba0e99ae333ff1a4f928513 /Lib/venv | |
parent | 312ffead1eb272535e021e248b5d74ab04b2e72e (diff) | |
download | cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.zip cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.gz cpython-13ad3b7a82bf56d803fbe48ee5df6c4b08986c78.tar.bz2 |
bpo-31462: Remove trailing whitespaces. (#3564)
Diffstat (limited to 'Lib/venv')
-rw-r--r-- | Lib/venv/scripts/posix/activate.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish index 4d4f0bd..b401058 100644 --- a/Lib/venv/scripts/posix/activate.fish +++ b/Lib/venv/scripts/posix/activate.fish @@ -52,7 +52,7 @@ if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" set -l old_status $status # Prompt override? - if test -n "__VENV_PROMPT__" + if test -n "__VENV_PROMPT__" printf "%s%s" "__VENV_PROMPT__" (set_color normal) else # ...Otherwise, prepend env |