summaryrefslogtreecommitdiff
path: root/completions/pycodestyle
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pycodestyle')
-rw-r--r--completions/pycodestyle4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/pycodestyle b/completions/pycodestyle
index 7a62ac07..2eac748c 100644
--- a/completions/pycodestyle
+++ b/completions/pycodestyle
@@ -10,7 +10,7 @@ _pycodestyle()
return
;;
--format)
- COMPREPLY=( $( compgen -W 'default pylint' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W 'default pylint' -- "$cur") )
return
;;
--config)
@@ -22,7 +22,7 @@ _pycodestyle()
$split && return
if [[ $cur == -* ]]; then
- COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '$(_parse_help "$1")' -- "$cur") )
[[ $COMPREPLY == *= ]] && compopt -o nospace
return
fi