From e330e82742189e5f1b51d8ea543c5712c7e7b38b Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Fri, 26 May 2017 07:03:26 -0500 Subject: [PATCH] remove trailing whitespace --- share/bash_completion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/bash_completion.txt b/share/bash_completion.txt index 2b00f15..3724760 100644 --- a/share/bash_completion.txt +++ b/share/bash_completion.txt @@ -1,4 +1,4 @@ -_cheatsh_complete_curl() +_cheatsh_complete_curl() { local cur prev opts _get_comp_words_by_ref -n : cur @@ -12,7 +12,7 @@ _cheatsh_complete_curl() COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) __ltrim_colon_completions "$cur" return 0 - fi + fi } complete -F _cheatsh_complete_curl curl