Skip to content

Commit

Permalink
chore(services/libsql): Fix typos in backend (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd44 authored Nov 7, 2023
1 parent abca9b8 commit 7c29c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/libsql/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7c29c3b

Please sign in to comment.