From 00951335d2144856528e10fd12f9557ec8cd27ea Mon Sep 17 00:00:00 2001 From: loRes <61621244+loRes228@users.noreply.github.com> Date: Sun, 28 Jan 2024 22:15:25 +0200 Subject: [PATCH] formatted makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}