fix lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-20 00:03:07 -04:00 committed by June
parent fa942aedd7
commit f7e8054a00
5 changed files with 28 additions and 40 deletions

View file

@ -273,11 +273,7 @@ lasttimelinecount_cache: {lasttimelinecount_cache}\n"
Ok(())
}
fn backup(&self) -> Result<(), Box<dyn std::error::Error>> {
self.db.backup()
}
fn backup(&self) -> Result<(), Box<dyn std::error::Error>> { self.db.backup() }
fn backup_list(&self) -> Result<String> {
self.db.backup_list()
}
fn backup_list(&self) -> Result<String> { self.db.backup_list() }
}