Skip to content

Commit

Permalink
Fix indentation of comment
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
  • Loading branch information
protolambda and ralexstokes authored Apr 22, 2021
1 parent c99d72d commit 1c8f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ partial_clean:

clean: partial_clean
rm -rf venv
# legacy cleanup. The pyspec venv should be located at the repository root
# legacy cleanup. The pyspec venv should be located at the repository root
rm -rf $(PY_SPEC_DIR)/venv
rm -rf $(DEPOSIT_CONTRACT_COMPILER_DIR)/venv
rm -rf $(DEPOSIT_CONTRACT_TESTER_DIR)/venv
Expand Down

0 comments on commit 1c8f56c

Please sign in to comment.