aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-10 10:33:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-10 10:33:24 +1200
commit74697e63cba1eb101b627c9bf9f97e2289737ba3 (patch)
treeaf230893a4ef3c92d7c6c601a4acbaf4fe563267 /bash/bash_completion.d
parentRemove unneeded shellcheck skips (diff)
downloaddotfiles-74697e63cba1eb101b627c9bf9f97e2289737ba3.tar.gz
dotfiles-74697e63cba1eb101b627c9bf9f97e2289737ba3.zip
Fix trailing whitespace
Diffstat (limited to 'bash/bash_completion.d')
-rw-r--r--bash/bash_completion.d/git.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/git.bash b/bash/bash_completion.d/git.bash
index 2e77184a..7e256952 100644
--- a/bash/bash_completion.d/git.bash
+++ b/bash/bash_completion.d/git.bash
@@ -87,7 +87,7 @@ _git() {
return
;;
esac
-
+
# Try to find the index of the Git subcommand
local -i sci i
for ((i = 1; !sci && i <= COMP_CWORD; i++)) ; do