Skip to content

Commit e53c56d

Browse files
committed
style(compl/bash): reformat
1 parent daf0fe2 commit e53c56d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

completions/pago.bash

+7-7
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ _pago_complete() {
5151
else
5252
# Complete subcommands or global options.
5353
case "$subcommand" in
54-
a|add|c|clip|d|del|delete|rm|e|edit|g|gen|generate|p|pick|s|show)
55-
_pago_complete_subcommand_options "$subcommand"
56-
;;
57-
*)
58-
# Fallback to global options when there is no valid subcommand.
59-
_pago_complete_global_options
60-
;;
54+
a | add | c | clip | d | del | delete | rm | e | edit | g | gen | generate | p | pick | s | show)
55+
_pago_complete_subcommand_options "$subcommand"
56+
;;
57+
*)
58+
# Fallback to global options when there is no valid subcommand.
59+
_pago_complete_global_options
60+
;;
6161
esac
6262
fi
6363
}

0 commit comments

Comments
 (0)