From 3244a8d7b8242dba14b81bf66ff4d22b228f2ab5 Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Sun, 20 Feb 2022 00:09:08 +0000 Subject: [PATCH] Just some minor style change --- functions/exit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/exit b/functions/exit index 2546b33..6763a6a 100755 --- a/functions/exit +++ b/functions/exit @@ -21,5 +21,4 @@ status=$? [ $status -eq 0 ] && rm ~/.cleanupResult echo "cleaned tmp" - -} +} #CleanTmp