From 39aa7ad1b07090697a986376e154adee8b504eba Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 26 Jun 2025 09:48:40 +0300 Subject: [PATCH] cargo fmt --- bindings/rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/rust/src/lib.rs b/bindings/rust/src/lib.rs index 69e8dcecf..41fb864c3 100644 --- a/bindings/rust/src/lib.rs +++ b/bindings/rust/src/lib.rs @@ -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,