Skip to content

Commit aa97a8b

Browse files
committed
fix: makefile recipe indentation
1 parent 420e008 commit aa97a8b

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)