From 13e82fa44a842e2d2f3569fb62131b206442ec4a Mon Sep 17 00:00:00 2001
From: nagubash <40751501+nagendras176@users.noreply.github.com>
Date: Mon, 1 Jan 2024 02:33:04 +0530
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20formatting=20issue=20in=20?=
 =?UTF-8?q?Makefile=20(#26599)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/Makefile b/Makefile
index b56f8e32056..11e908ef834 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CONTAINER_IMAGE := marlin-dev
 
 help:
 	@echo "Tasks for local development:"
-	@echo "* format-pins:                 Reformat all pins files
+	@echo "* format-pins:                 Reformat all pins files"
 	@echo "* tests-single-ci:             Run a single test from inside the CI"
 	@echo "* tests-single-local:          Run a single test locally"
 	@echo "* tests-single-local-docker:   Run a single test locally, using docker"