This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c29c3b34 chore(services/libsql): Fix typos in backend (#3506)
7c29c3b34 is described below

commit 7c29c3b34e2db83b0eb5f4e26f71f7ba8db80af0
Author: 蛋疼的蛋蛋 <[email protected]>
AuthorDate: Tue Nov 7 18:16:14 2023 +0800

    chore(services/libsql): Fix typos in backend (#3506)
---
 core/src/services/libsql/backend.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/services/libsql/backend.rs 
b/core/src/services/libsql/backend.rs
index e8dae520a..6c078b441 100644
--- a/core/src/services/libsql/backend.rs
+++ b/core/src/services/libsql/backend.rs
@@ -52,7 +52,7 @@ pub struct LibsqlConfig {
 
 impl Debug for LibsqlConfig {
     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
-        let mut ds = f.debug_struct("LibsqlBuilder");
+        let mut ds = f.debug_struct("LibsqlConfig");
         ds.field("connection_string", &self.connection_string)
             .field("table", &self.table)
             .field("key_field", &self.key_field)

Reply via email to