From a4890764d3d334d9aa00537fc57f91210b3329bd Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 5 Mar 2026 09:51:52 +0000 Subject: [PATCH] chore: auto format code --- lib/uninstall/batch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uninstall/batch.sh b/lib/uninstall/batch.sh index 037f2c0..8a22f9a 100755 --- a/lib/uninstall/batch.sh +++ b/lib/uninstall/batch.sh @@ -257,7 +257,7 @@ batch_uninstall_applications() { old_trap_term=$(trap -p TERM) _cleanup_sudo_keepalive() { - if command -v stop_sudo_session >/dev/null 2>&1; then + if command -v stop_sudo_session > /dev/null 2>&1; then stop_sudo_session fi }