From 377652a3349146dbe9ad0d102c8b696212a103a1 Mon Sep 17 00:00:00 2001 From: Shreyas Rao Date: Tue, 17 Dec 2024 13:34:18 +0530 Subject: [PATCH] Format output of .ci/check --- .ci/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/check b/.ci/check index 001f1eef..6320c9db 100755 --- a/.ci/check +++ b/.ci/check @@ -24,4 +24,4 @@ make check echo "> SAST..." make sast-report -echo "All checks are passing" \ No newline at end of file +echo -e "\nAll checks are passing" \ No newline at end of file