From: Jeremy Stanley Date: Sat, 17 Apr 2021 15:42:21 +0000 (+0000) Subject: Use consistent spacing in tox variables and lists X-Git-Tag: 0.4.0~6 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=3f200ce7ae627a036203c4d65502d96fe941fbb7;hp=3f200ce7ae627a036203c4d65502d96fe941fbb7;p=mudpy.git Use consistent spacing in tox variables and lists Tox is fine with spaces between list elements and variable assignment operators. We used more readable spacing in some parts of tox.ini, so make the rest of the file consistent. ---