fix lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
fa942aedd7
commit
f7e8054a00
5 changed files with 28 additions and 40 deletions
|
@ -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() }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue