From 13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 14 Sep 2017 09:38:36 +0300 Subject: bpo-31462: Remove trailing whitespaces. (#3564) --- Lib/venv/scripts/posix/activate.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/venv') diff --git a/Lib/venv/scripts/posix/activate.fish b/Lib/venv/scripts/posix/activate.fish index 4d4f0bd7a4..b40105825e 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 -- cgit v1.2.1