1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-29 11:18:30 +00:00

Fix items-after-statements

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-02 00:22:48 +00:00 committed by June 🍓🦴
parent 2ab427fe99
commit 68cbf19154
6 changed files with 14 additions and 13 deletions

View file

@ -261,8 +261,9 @@ impl KeyValueDatabaseEngine for Arc<Engine> {
impl Drop for Engine {
fn drop(&mut self) {
debug!("Waiting for background tasks to finish...");
const BLOCKING: bool = true;
debug!("Waiting for background tasks to finish...");
self.rocks.cancel_all_background_work(BLOCKING);
debug!("Shutting down background threads");