From c80016d2ecd0e6544d6f61ebe72e605c59767c52 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 22 Sep 2021 15:51:26 -0400 Subject: [PATCH] convert tab to spaces --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f40f6f3ba..610570be5 100644 --- a/tox.ini +++ b/tox.ini @@ -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