Skip to content

Commit

Permalink
fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuzu CI committed Feb 27, 2024
1 parent 14dc603 commit 33d9e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/processor/operator/persistent/import_db.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "processor/operator/persistent/import_db.h"

#include "catalog/catalog.h"
#include "catalog/catalog_entry/node_table_catalog_entry.h"
#include "catalog/catalog_entry/rel_table_catalog_entry.h"
Expand Down
1 change: 0 additions & 1 deletion test/graph_test/graph_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ void DBTest::createNewDB() {
createDBAndConn();
}


} // namespace testing
} // namespace kuzu

0 comments on commit 33d9e36

Please sign in to comment.