format code

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-31 15:29:07 +08:00
parent 59f4c67f41
commit 436e74f0df
5 changed files with 13 additions and 11 deletions
+1
View File
@@ -380,6 +380,7 @@ func (b *Bookmarks) FirefoxParse() error {
func (b *Bookmarks) Release(filename string) error {
return os.Remove(filename)
}
func (c *Cookies) Release(filename string) error {
return os.Remove(filename)
}