]> git.phdru.name Git - bookmarks_db.git/blobdiff - Storage/bkmk_stflad.py
Style: Fix flake8 E127 continuation line over-indented for visual indent
[bookmarks_db.git] / Storage / bkmk_stflad.py
index a60b30af872b215e62f7e80d151cdd672589ff66..56397727b9c8a4dbd4dab80feefecfd7f6bfcbf3 100644 (file)
@@ -6,7 +6,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 __all__ = ['storage_flad']
@@ -55,8 +55,8 @@ IconURI: %s
 Icon: %s
 Charset: %s
 """ % (level+1, b.name, b.href, b.add_date, b.last_visit, b.last_modified,
-           b.keyword, b.comment.replace('\n', "\\n"),
-           b.icon_href or '', b.icon or '', b.charset or ''))
+            b.keyword, b.comment.replace('\n', "\\n"),
+            b.icon_href or '', b.icon or '', b.charset or ''))
 
     def ruler(self, r, level):
         self.outfile.write("\nLevel: %s\nRuler: YES\n" % (level+1))