aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-07-08 20:33:10 +0300
committerGravatar GitHub <[email protected]>2021-07-08 20:33:10 +0300
commit25a50578cd7f77dd468bcee2cfd398aa42da972d (patch)
tree0e7b9e8fe04c33856c38d5dca3c56172e3c8d2e9 /pydis_site
parentAdd The Code Style Guide to CJ 8 sidebar (diff)
Remove trailing whitespace from The Code Style Guide
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/templates/events/pages/code-jams/the-code-style-guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html
index 33b36d99..3176babf 100644
--- a/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html
+++ b/pydis_site/templates/events/pages/code-jams/the-code-style-guide.html
@@ -175,7 +175,7 @@
print("Variable is not None")
</code>
</pre>
-
+
<h3>Imports</h3>
<p>Imports should be at top of the file, the only things that should be before them are module comments and docstrings.</p>
<p>You shouldn't import multiple modules in one line, but give each module import its own line instead.</p>