From 20d148e4642b50200e522ec0eaf0f16792129e02 Mon Sep 17 00:00:00 2001 From: psakiev Date: Tue, 10 Dec 2024 16:24:24 -0700 Subject: [PATCH] Style --- lib/spack/spack/environment/shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/spack/spack/environment/shell.py b/lib/spack/spack/environment/shell.py index 2fb01dbfbf2..80e616c735e 100644 --- a/lib/spack/spack/environment/shell.py +++ b/lib/spack/spack/environment/shell.py @@ -67,7 +67,8 @@ def deactivate_header(shell): cmds += "set -e SPACK_PROMPT;\n" cmds += "functions -e despacktivate;\n" # - # NOTE: Unsetting SPACK_PROMPT environment variable which is used to avoid changing fish_prompt function. + # NOTE: Unsetting SPACK_PROMPT environment variable which is used to + # avoid changing fish_prompt function. # elif shell == "bat": # TODO: Color