Skip to content

Commit 91fe2cc

Browse files
authored
fix: makefile recipe indentation (#183)
1 parent 12af477 commit 91fe2cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test:
2-
pytest -v -s $(ARGS)
2+
pytest -v -s $(ARGS)
33

44
lint:
5-
flake8 .
5+
flake8 .

0 commit comments

Comments
 (0)