Skip to content

Commit

Permalink
Updated make format with some incorrectly formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 9, 2024
1 parent fa4ade4 commit 25e2dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 25e2dd6

Please sign in to comment.