Skip to content

Commit

Permalink
chore: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
custompro98 committed Jul 12, 2024
1 parent 93bbbba commit ff6e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glibsql/libsql.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn build(config: Config) {
}

@external(javascript, "../libsql_ffi.mjs", "do_build")
fn do_build(_url: String, _token: String) -> Result(LibsqlClient, GlibsqlError)
fn do_build(_url: String, _token: String) -> Result(LibsqlClient, GlibsqlError)

/// Represents a response from a libSQL query.
///
Expand Down

0 comments on commit ff6e55f

Please sign in to comment.