chore(codestyle): Code style fixes, configs

This commit is contained in:
2023-05-22 15:59:58 +03:00
parent 47703cd182
commit b259e4b992
11 changed files with 12 additions and 25 deletions

View File

@@ -131,9 +131,7 @@ function section_install
bash "$DOTFILES/scripts/install-z.sh" \
&& msg_yay "z has been installed!"
;;
*)
menu_usage "$USAGE_PREFIX" "${MENU[@]}"
;;
*) menu_usage "$USAGE_PREFIX" "${MENU[@]}" ;;
esac
}
@@ -238,9 +236,7 @@ function section_dotfiles
--binary-next-line {} \;
msg_yay "dotfiles have been shfmt formatted!"
;;
*)
menu_usage "$USAGE_PREFIX" "${MENU[@]}"
;;
*) menu_usage "$USAGE_PREFIX" "${MENU[@]}" ;;
esac
}
@@ -264,9 +260,7 @@ function section_check
[[ "$2" = "" ]] && echo "$X_HOSTNAME" && exit 0
[[ $X_HOSTNAME = "$2" ]] && exit 0 || exit 1
;;
*)
menu_usage "$USAGE_PREFIX" "${MENU[@]}"
;;
*) menu_usage "$USAGE_PREFIX" "${MENU[@]}" ;;
esac
}
@@ -296,9 +290,7 @@ function section_tests
msg_yay "msg_yay"
msg_yay_done "msg_yay_done"
;;
*)
menu_usage "$USAGE_PREFIX" "${MENU[@]}"
;;
*) menu_usage "$USAGE_PREFIX" "${MENU[@]}" ;;
esac
}