Just some minor style change

This commit is contained in:
Robert Morrison 2022-02-20 00:09:08 +00:00
parent 376a8bd9c0
commit 3244a8d7b8
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -21,5 +21,4 @@ status=$?
[ $status -eq 0 ] && rm ~/.cleanupResult [ $status -eq 0 ] && rm ~/.cleanupResult
echo "cleaned tmp" echo "cleaned tmp"
} #CleanTmp
}