From 33d9e36586733753619d105ec52666259d653a3d Mon Sep 17 00:00:00 2001 From: Kuzu CI Date: Tue, 27 Feb 2024 17:31:00 -0500 Subject: [PATCH] fix clang --- src/processor/operator/persistent/import_db.cpp | 1 + test/graph_test/graph_test.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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