diff --git a/src/processor/operator/persistent/import_db.cpp b/src/processor/operator/persistent/import_db.cpp index f8fcc84a4bd..7d8f8816705 100644 --- a/src/processor/operator/persistent/import_db.cpp +++ b/src/processor/operator/persistent/import_db.cpp @@ -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" diff --git a/test/graph_test/graph_test.cpp b/test/graph_test/graph_test.cpp index c1ccbea36d1..c2c26fbc415 100644 --- a/test/graph_test/graph_test.cpp +++ b/test/graph_test/graph_test.cpp @@ -51,6 +51,5 @@ void DBTest::createNewDB() { createDBAndConn(); } - } // namespace testing } // namespace kuzu