Run shellfmt to complete code

This commit is contained in:
Igor Pecovnik
2024-06-22 17:54:22 +02:00
committed by Igor
parent 1341c19ef4
commit 75ce67f329
32 changed files with 87 additions and 103 deletions

View File

@@ -21,10 +21,10 @@ function logging_init() {
# detect terminal background color
case "${COLORFGBG+${COLORFGBG#*;}}" in
[0-6]|8)
[0-6] | 8)
declare -g background_dark_or_light=dark
;;
7|9|1[0-5])
7 | 9 | 1[0-5])
declare -g background_dark_or_light=light
;;
*)