Skip to content

Commit 13e82fa

Browse files
authored
🔨 Fix formatting issue in Makefile (MarlinFirmware#26599)
1 parent 95878df commit 13e82fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CONTAINER_IMAGE := marlin-dev
55

66
help:
77
@echo "Tasks for local development:"
8-
@echo "* format-pins: Reformat all pins files
8+
@echo "* format-pins: Reformat all pins files"
99
@echo "* tests-single-ci: Run a single test from inside the CI"
1010
@echo "* tests-single-local: Run a single test locally"
1111
@echo "* tests-single-local-docker: Run a single test locally, using docker"

0 commit comments

Comments
 (0)