Skip to content

Commit 3d21ac4

Browse files
committed
CS
Make shfmt happy
1 parent 7c5b9a5 commit 3d21ac4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

notify/ntfy.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ ntfy_send() {
3838
fi
3939

4040
case "$_statusCode" in
41-
0)
42-
_priority="$_priority_default"
43-
_tag="$_tag_success"
44-
;;
45-
1)
46-
_priority="$_priority_error"
47-
_tag="$_tag_error"
48-
;;
49-
2)
50-
_priority="$_priority_default"
51-
_tag="$_tag_info"
52-
;;
41+
0)
42+
_priority="$_priority_default"
43+
_tag="$_tag_success"
44+
;;
45+
1)
46+
_priority="$_priority_error"
47+
_tag="$_tag_error"
48+
;;
49+
2)
50+
_priority="$_priority_default"
51+
_tag="$_tag_info"
52+
;;
5353
esac
5454

5555
export _H2="Priority: $_priority"

0 commit comments

Comments
 (0)