Skip to content

Commit 737a463

Browse files
committed
Code Style
1 parent 0bf8a7a commit 737a463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/processor/operator/ddl/drop.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ void Drop::dropTable(const main::ClientContext* context) {
100100
catalog->dropTableEntryAndIndex(transaction, dropInfo.name);
101101
appendMessage(stringFormat("Table {} has been dropped.", dropInfo.name), memoryManager);
102102
}
103+
103104
void Drop::dropMacro(const main::ClientContext* context) {
104105
auto catalog = Catalog::Get(*context);
105106
auto transaction = transaction::Transaction::Get(*context);

0 commit comments

Comments
 (0)