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

@@ -4,7 +4,7 @@
# shellcheck source=shared.sh
source "$HOME/.dotfiles/scripts/shared.sh"
! have go && msg "go hasn't been installed yet." && exit 0;
! have go && msg "go hasn't been installed yet." && exit 0
packages=(
# sysadmin/scripting utilities, distributed as a single binary
@@ -37,4 +37,3 @@ for pkg in "${packages[@]}"; do
done
msg_ok "Done"