Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 10, 2024
1 parent 14238be commit ade4365
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/duckpgq_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ static void LoadInternal(DatabaseInstance &instance) {
ConnectionManager::Get(instance).GetConnectionList()) {
connection->registered_state->Insert(





"duckpgq", make_shared_ptr<DuckPGQState>(connection));
"duckpgq", make_shared_ptr<DuckPGQState>(connection));
}
}

Expand Down

0 comments on commit ade4365

Please sign in to comment.