Skip to content

Commit

Permalink
fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Jan 28, 2023
1 parent ae7a9d4 commit 435f97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ cpp11::strings connection_get_temp_schema(DbConnection* con) {
[[cpp11::register]]
void connection_set_temp_schema(DbConnection* con, cpp11::strings temp_schema) {
con->set_temp_schema(temp_schema);
}
}

0 comments on commit 435f97d

Please sign in to comment.