From d7b6cff2c1d4beedef7340f6e295d786a6635d20 Mon Sep 17 00:00:00 2001 From: Darren Bishop Date: Tue, 29 Nov 2022 11:54:24 +0000 Subject: [PATCH] Removed trailing whitespace on line 51 --- themes/liquidprompt/liquidprompt.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/liquidprompt/liquidprompt.theme.bash b/themes/liquidprompt/liquidprompt.theme.bash index 9631cab7..17458fd5 100644 --- a/themes/liquidprompt/liquidprompt.theme.bash +++ b/themes/liquidprompt/liquidprompt.theme.bash @@ -48,7 +48,7 @@ _lp_git_branch() local commit branch ret commit="$(\git rev-parse --short -q HEAD 2>/dev/null)" - + # Recent versions of Git support the --short option for symbolic-ref, but # not 1.7.9 (Ubuntu 12.04) if branch="$(\git symbolic-ref -q HEAD)"; then