fixup! testplan2html: convert textile file to html

Change-Id: I96aaaad2ff07cfb4be54979ea5760180b6354cba
diff --git a/plans/testplan2html.py b/plans/testplan2html.py
index 6eda45f..69b9cb3 100644
--- a/plans/testplan2html.py
+++ b/plans/testplan2html.py
@@ -40,6 +40,7 @@
         with open("{}{}".format(os.path.splitext(name)[0], ".html"), "w") as _file:
             _file.write(textile.textile(data))
 
+
 # get list of repositories and cache them
 def repository_list(testplan):
     repositories = set()