Skip to content

Commit 77c7017

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent af9770c commit 77c7017

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ clean: clean_doc clean_tests
1616

1717
clean_doc:
1818
cd docs && make clean
19-
2019

21-
clean_tests:
20+
21+
clean_tests:
2222
rm -rf coverage_html
23-
rm -f coverage.xml
23+
rm -f coverage.xml
2424
rm -f *.log
2525

2626
version.txt: CITATION.cff

0 commit comments

Comments
 (0)