summaryrefslogtreecommitdiff
path: root/tools/dfagen/dfagen/output/dot.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dfagen/dfagen/output/dot.py')
-rw-r--r--tools/dfagen/dfagen/output/dot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dfagen/dfagen/output/dot.py b/tools/dfagen/dfagen/output/dot.py
index 100cbb8f..be346b10 100644
--- a/tools/dfagen/dfagen/output/dot.py
+++ b/tools/dfagen/dfagen/output/dot.py
@@ -15,5 +15,5 @@ def write (prefix, automaton, user):
to = (br.to and br.to.name or s.name),
)
)
- o.write ('}')
+ o.write ('}\n')
o.close ()