convert tab to spaces

This commit is contained in:
Jean-Paul Calderone 2021-09-22 15:51:26 -04:00
parent 87113d6a13
commit c80016d2ec

View File

@ -74,7 +74,7 @@ commands =
tahoe --version
python -c "import sys; print('sys.stdout.encoding:', sys.stdout.encoding)"
python -c "import sys; print('sys.stdout.encoding:', sys.stdout.encoding)"
# Run tests with -b to catch bugs like `"%s" % (some_bytes,)`. -b makes
# Python emit BytesWarnings, and warnings configuration in