Removed trailing whitespace on line 51

pull/2175/head
Darren Bishop 2022-11-29 11:54:24 +00:00 committed by GitHub
parent 5e92af959a
commit d7b6cff2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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