Skip to content

Commit

Permalink
[makefile] fix recurse level of reformat
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Oct 15, 2024
1 parent 6ae3f01 commit afbd280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ clean:

.PHONY: reformat
reformat:
mill -i __.reformat
mill -i _.reformat

.PHONY: checkformat
checkformat:
mill -i __.checkFormat
mill -i _.checkFormat

.PHONY: list-configs
list-configs:
Expand Down

0 comments on commit afbd280

Please sign in to comment.