]> Sergey Matveev's repositories - btrtrc.git/blobdiff - storage/mmap.go
gofumpt
[btrtrc.git] / storage / mmap.go
index a9d922ac20146b2fa11db8c4ea2497f210e7d73a..00b2721c1199767d5f9982d2f243820a6fb325a4 100644 (file)
@@ -71,6 +71,7 @@ func (ts *mmapTorrentStorage) Close() error {
        }
        return nil
 }
+
 func (ts *mmapTorrentStorage) Flush() error {
        errs := ts.span.Flush()
        if len(errs) > 0 {