From 4898ab4ef42548ce00fd3d9f171dbe0f5d1fd846 Mon Sep 17 00:00:00 2001 From: Bob Date: Sun, 26 May 2024 19:04:56 -0400 Subject: [PATCH] small indentation fix --- test/babashka/main_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/babashka/main_test.clj b/test/babashka/main_test.clj index 8b39a83c..53683a20 100644 --- a/test/babashka/main_test.clj +++ b/test/babashka/main_test.clj @@ -94,7 +94,7 @@ (deftest help-opt-test (is (every? #(str/includes? (test-utils/bb nil "help") %) - ["Babashka v" "Help:"]))) + ["Babashka v" "Help:"]))) (deftest describe-opt-test (is (every? (partial contains? (bb nil "describe"))