clang format has been run on all hpp and cpp files under src and tests
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
#include "database/graph_db.hpp"
|
||||
#include <storage/edge.hpp>
|
||||
#include "database/creation_exception.hpp"
|
||||
#include "database/graph_db.hpp"
|
||||
//#include "snapshot/snapshoter.hpp"
|
||||
|
||||
GraphDb::GraphDb(const std::string &name, bool import_snapshot) : name_(name) {
|
||||
// if (import_snapshot)
|
||||
// snap_engine.import();
|
||||
// if (import_snapshot)
|
||||
// snap_engine.import();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user