From cc05b5753d244484bee5265d2811a5dc749cb874 Mon Sep 17 00:00:00 2001
From: Martin Lowe <martin.lowe@eclipse-foundation.org>
Date: Thu, 17 Mar 2022 15:20:48 -0400
Subject: [PATCH] Fix Makefile formatting

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d1cd320..cd8c981 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,9 @@ compile-quick: clean compile-java-quick;
 install-npm:;
 	npm ci
 generate-spec: install-npm;
-  npm run generate-json-schema
+	npm run generate-json-schema
 validate-spec: install-npm;
-  npm run test
+	npm run test
 compile-start: compile-quick;
 	docker-compose down
 	docker-compose build
-- 
GitLab