Skip to content

Commit 8653d67

Browse files
committed
fix: Makefile indent typo
1 parent c6f5150 commit 8653d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ run-examples:
3737

3838
# Runs the examples, then the unit tests
3939
test:
40-
make run-examples
40+
make run-examples
4141
python3 ./tests/test_unit_tests.py
4242
python3 ./tests/test_unit_tests_threaded.py
4343

0 commit comments

Comments
 (0)