remove unnecessary newline

This commit is contained in:
Focron
2024-10-22 14:50:35 +00:00
parent 82945b28d5
commit 927f241374

View File

@@ -53,8 +53,6 @@ warn_user (){
if [[ ! $REPLY =~ ^[Yy]$ ]]
then
exit
else
printf "\n"
fi
}