diff --git a/other_things/scripts/remove_whitespaces.sh b/other_things/scripts/remove_whitespaces.sh index fa7f1bac..4f761986 100755 --- a/other_things/scripts/remove_whitespaces.sh +++ b/other_things/scripts/remove_whitespaces.sh @@ -12,7 +12,6 @@ luafiles=$(mucro '.lua'$ -r . -b) sed -i 's/[ \t]*$//' $luafiles # Done -echo `git status` echo "Done" #EOF