Skip to content

Commit

Permalink
Merge pull request #801 from suketa/refactoring_remove_space
Browse files Browse the repository at this point in the history
remove space
  • Loading branch information
suketa authored Nov 10, 2024
2 parents 836980e + feb6ec0 commit 432e330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/duckdb/extracted_statements.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ static VALUE duckdb_extracted_statements_size(VALUE self) {
return ULL2NUM(ctx->num_statements);
}


static VALUE duckdb_extracted_statements_prepared_statement(VALUE self, VALUE con, VALUE index) {
rubyDuckDBConnection *pcon;
rubyDuckDBExtractedStatements *ctx;
Expand Down

0 comments on commit 432e330

Please sign in to comment.