Skip to content

Commit

Permalink
formatted makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
loRes228 committed Jan 28, 2024
1 parent b5fa47b commit 0095133
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 @@ -11,4 +11,4 @@ lint:
.PHONY: format
format:
ruff check --fix ${CODE_DIRS}
ruff format ${CODE_DIRS}
ruff format ${CODE_DIRS}

0 comments on commit 0095133

Please sign in to comment.