mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-31462: Remove trailing whitespaces. (#3564)
This commit is contained in:
parent
312ffead1e
commit
13ad3b7a82
21 changed files with 62 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue