Skip to content

Commit

Permalink
🔨 Fix formatting issue in Makefile (MarlinFirmware#26599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagendras176 authored Dec 31, 2023
1 parent 95878df commit 13e82fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 13e82fa

Please sign in to comment.