Skip to content

Commit ea42697

Browse files
committed
Completion: Consistent formatting
1 parent ac06736 commit ea42697

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

git-fpaste-completion.bash

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ _git_fpaste () {
4848
# completion when returning an empty COMPREPLY.
4949
# As a workaround return a COMPREPLY with one element: the empty string and
5050
# echo the bel character.
51-
__no_file_fallback ()
52-
{
51+
__no_file_fallback () {
5352
echo -en "\a"
5453
COMPREPLY=( '' )
5554
}
5655

57-
_git_fpaste_am ()
58-
{
56+
_git_fpaste_am () {
5957
case "$cur" in
6058
--*)
6159
_git_am
@@ -66,8 +64,7 @@ _git_fpaste_am ()
6664
esac
6765
}
6866

69-
_git_fpaste_apply ()
70-
{
67+
_git_fpaste_apply () {
7168
case "$cur" in
7269
--*)
7370
_git_apply

0 commit comments

Comments
 (0)