]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_whtml.py
Style: Fix flake8 E305 expected 2 blank lines, found 1
[bookmarks_db.git] / Writers / bkmk_whtml.py
index eae6e5ff214db06491b2bc613be04b2bac0c0101..a9e46e872d3500f89c56b15950258395825de6ef 100644 (file)
@@ -20,6 +20,7 @@ def dump_comment(comment):
         comment = comment.replace("\n", "<BR>\n")
     return comment
 
+
 ind_s = " "*4