Skip to content

Commit

Permalink
Commit with formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 9, 2024
1 parent b562e3d commit 7e90e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckpgq_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static void LoadInternal(DatabaseInstance &instance) {
}
}

void DuckpgqExtension::Load(DuckDB &db) { LoadInternal(*db.instance); }
void DuckpgqExtension::Load(DuckDB &db ) { LoadInternal(*db.instance); }

std::string DuckpgqExtension::Name() { return "duckpgq"; }

Expand Down

0 comments on commit 7e90e6e

Please sign in to comment.