cargo fmt

This commit is contained in:
Pekka Enberg
2025-06-26 09:48:40 +03:00
parent 532b9cbcdb
commit 39aa7ad1b0

View File

@@ -94,7 +94,7 @@ impl Builder {
/// A database.
///
/// The `Database` object points to a database and allows you to connect to it
/// The `Database` object points to a database and allows you to connect to it
#[derive(Clone)]
pub struct Database {
inner: Arc<limbo_core::Database>,