From 8c7c8736b4ad2535c74fecc739d032422be6f2fc Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@subcom.tech>
Date: Thu, 29 Sep 2022 21:00:14 +0530
Subject: [PATCH] ci: Fixes to Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1ce1a97..a8a28bf 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ lint:
 
 test: lint build
 	$(POETRY) run pytest tests bitia
-    bash tests/test_cli.sh
+	bash tests/test_cli.sh
 
 fix:
 	$(POETRY) run black bitia
-- 
GitLab