Externals: Update fmt to 8.1.1

This commit is contained in:
Pokechu22 2022-01-12 16:10:07 -08:00
commit 1a2e88cbf3
32 changed files with 9696 additions and 6285 deletions

View file

@ -65,7 +65,7 @@ class Translator(nodes.NodeVisitor):
self.write('\n\n')
def visit_paragraph(self, node):
pass
self.write('\n\n')
def depart_paragraph(self, node):
pass