Skip to content

Commit 350db2f

Browse files
author
Damien Nadé
committed
argsparse.sh: removal of extra space
1 parent 2e5af9f commit 350db2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argsparse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ argsparse_allow_no_argument() {
10331033
if [[ ${ARGSPARSE_COMPLETION_MODE-} ]]
10341034
then
10351035
shopt progcomp expand_aliases >/dev/null || exit 1
1036-
alias argsparse_parse_options='return 0 2>/dev/null || : '
1036+
alias argsparse_parse_options='return 0 2>/dev/null || :'
10371037
else
10381038
## @fn argsparse_parse_options()
10391039
## @brief Parse program options.

0 commit comments

Comments
 (0)