Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Aug 6, 2024
1 parent 9c718e6 commit 45607b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions c/validation/adbc_validation_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ std::optional<std::string> ConnectionGetOption(struct AdbcConnection* connection
}

std::optional<std::string> StatementGetOption(struct AdbcStatement* statement,
std::string_view option,
struct AdbcError* error) {
std::string_view option,
struct AdbcError* error) {
char buffer[128];
size_t buffer_size = sizeof(buffer);
AdbcStatusCode status =
Expand Down
4 changes: 2 additions & 2 deletions c/validation/adbc_validation_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ std::optional<std::string> ConnectionGetOption(struct AdbcConnection* connection
struct AdbcError* error);

std::optional<std::string> StatementGetOption(struct AdbcStatement* statement,
std::string_view option,
struct AdbcError* error);
std::string_view option,
struct AdbcError* error);

// ------------------------------------------------------------
// Helpers to print values
Expand Down

0 comments on commit 45607b3

Please sign in to comment.