mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
cleanup
Co-authored-by: Mikaël Francoeur <mikael.francoeur@hotmail.com> cleanup Co-authored-by: Mikaël Francoeur <mikael.francoeur@hotmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ impl Display for Pragma {
|
||||
VacuumMode::Full => "full",
|
||||
};
|
||||
|
||||
write!(f, "PRAGMA auto_vacuum={mode} ")?;
|
||||
write!(f, "PRAGMA auto_vacuum={mode}")?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user