mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-09 02:04:22 +01:00
Make clippy happy
This commit is contained in:
@@ -1535,7 +1535,7 @@ impl Connection {
|
||||
{
|
||||
self.pager
|
||||
.borrow()
|
||||
.checkpoint_shutdown(self.wal_auto_checkpoint_disabled.get());
|
||||
.checkpoint_shutdown(self.wal_auto_checkpoint_disabled.get())?;
|
||||
};
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user