diff --git a/Makefile b/Makefile index ba33b64..e01e336 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ lint: .PHONY: format format: ruff check --fix ${CODE_DIRS} - ruff format ${CODE_DIRS} \ No newline at end of file + ruff format ${CODE_DIRS}