summaryrefslogtreecommitdiff
path: root/sphinx/writers/websupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/writers/websupport.py')
-rw-r--r--sphinx/writers/websupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/websupport.py b/sphinx/writers/websupport.py
index 04c989b22..63281f182 100644
--- a/sphinx/writers/websupport.py
+++ b/sphinx/writers/websupport.py
@@ -25,7 +25,7 @@ class WebSupportTranslator(HTMLTranslator):
def init_support(self):
self.in_commentable = False
self.current_id = 0
-
+
def dispatch_visit(self, node):
if node.__class__.__name__ in self.commentable_nodes:
self.handle_visit_commentable(node)