summaryrefslogtreecommitdiff
path: root/completions/pm-is-supported
diff options
context:
space:
mode:
Diffstat (limited to 'completions/pm-is-supported')
-rw-r--r--completions/pm-is-supported4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/pm-is-supported b/completions/pm-is-supported
index 2eeb634d..6a112aeb 100644
--- a/completions/pm-is-supported
+++ b/completions/pm-is-supported
@@ -5,8 +5,8 @@ _pm_is_supported()
local cur prev words cword
_init_completion || return
- COMPREPLY=( $( compgen -W '--help --suspend --hibernate --suspend-hybrid' \
- -- "$cur" ) )
+ COMPREPLY=( $(compgen -W '--help --suspend --hibernate --suspend-hybrid' \
+ -- "$cur") )
} &&
complete -F _pm_is_supported pm-is-supported