From ca50a676b430f18f5cf5fea0245cf84c795b4c60 Mon Sep 17 00:00:00 2001 From: EmilyGraceSeville7cf Date: Mon, 30 Sep 2024 01:45:24 +1000 Subject: [PATCH] feat(completion): apply fish_indent --- share/completions/termux-dialog.fish | 2 +- share/completions/termux-notification.fish | 2 +- share/completions/termux-share.fish | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/share/completions/termux-dialog.fish b/share/completions/termux-dialog.fish index a6968daa5..340bff166 100644 --- a/share/completions/termux-dialog.fish +++ b/share/completions/termux-dialog.fish @@ -33,7 +33,7 @@ complete -c $command -s v -x \ complete -c $command -s r -x \ -d "Specify the number range of a dialog" \ - -n "__fish_seen_subcommand_from counter" + -n "__fish_seen_subcommand_from counter" complete -c $command -s d -x \ -a '"dd-MM-yyyy k:m:s"\tdefault' \ diff --git a/share/completions/termux-notification.fish b/share/completions/termux-notification.fish index f02318096..450a84167 100644 --- a/share/completions/termux-notification.fish +++ b/share/completions/termux-notification.fish @@ -62,7 +62,7 @@ complete -c $command -l priority -x \ complete -c $command -l sound -d 'Play the sound with a notification' complete -c $command -s t -l title -x -d 'Specify the title of a notification' - + complete -c $command -l vibrate -x \ -d 'Specify the vibrate pattern of a notification' diff --git a/share/completions/termux-share.fish b/share/completions/termux-share.fish index 8cd04df76..61c1b8557 100644 --- a/share/completions/termux-share.fish +++ b/share/completions/termux-share.fish @@ -14,4 +14,3 @@ complete -c $command -s c \ complete -c $command -s d -d 'Specify the receiver of a content' complete -c $command -s t -x -d 'Specify the title of a content' -