spacing fix

This commit is contained in:
Alexander Frick 2024-01-24 04:10:46 -06:00
parent 2abe24c0db
commit 86d2f96927

View file

@ -21,7 +21,6 @@ displayHelp () {
printf "${bold}${YEL}Please place the Thorium .deb file in this directory before running.${c0}\n" &&
printf "\n"
}
case $1 in
--help) displayHelp; exit 0;;
esac