From 17aaeb233d725dac04f35d2614eb7799f876c6f1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 7 Jul 2025 02:21:50 +0200 Subject: [PATCH] lint --- sh/test.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sh/test.sh b/sh/test.sh index d017077..4f4a557 100644 --- a/sh/test.sh +++ b/sh/test.sh @@ -21,8 +21,7 @@ rwx_test_code() { "variables" \ "functions" \ "aliases" \ - "aliases_functions" \ - + "aliases_functions" rwx_code for items in "${@}"; do echo @@ -47,8 +46,7 @@ rwx_test_doc() { "rwx_cache" \ \ "alias/batcat" \ - "b" \ - + "b" for item in "${@}"; do echo rwx_code_doc "${item}"