Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Feb 4, 2025
1 parent 1086956 commit 16e3cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/catalog/catalog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ CatalogEntry* Catalog::createRelGroupEntry(Transaction* transaction,
for (auto& childInfo : extraInfo->infos) {
KU_ASSERT(childInfo.hasParent);
relTableIDs.push_back(createRelTableEntry(transaction, childInfo)
->ptrCast<TableCatalogEntry>()
->getTableID());
->ptrCast<TableCatalogEntry>()
->getTableID());
}
auto entry = std::make_unique<RelGroupCatalogEntry>(info.tableName, std::move(relTableIDs));
relGroups->createEntry(transaction, std::move(entry));
Expand Down

0 comments on commit 16e3cb8

Please sign in to comment.