Add double space before in-line comments

This commit is contained in:
Veronica Berglyd Olsen
2021-06-25 21:36:52 +02:00
parent 0c286231cc
commit 26912f226f
52 changed files with 486 additions and 484 deletions
+1 -1
View File
@@ -1294,7 +1294,7 @@ if __name__ == "__main__":
sys.exit(0)
# Run the standard setup
import setuptools # noqa: F401
import setuptools # noqa: F401
setuptools.setup()
# END Main