Make clippy happy

This commit is contained in:
PThorpe92
2025-08-24 12:07:42 -04:00
parent 1b514e6d0f
commit 748e339f68

View File

@@ -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(())
}