Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Apr 6, 2023
1 parent cfb8e45 commit b92e499
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/processor/operator/order_by/order_by_key_encoder.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include "processor/operator/order_by/order_by_key_encoder.h"

#include "common/string_utils.h"

#include <string.h>

#include <cstdint>

#include "common/string_utils.h"

using namespace kuzu::common;
using namespace kuzu::storage;

Expand Down
3 changes: 1 addition & 2 deletions test/runner/e2e_create_rel_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "graph_test/graph_test.h"

#include "common/string_utils.h"
#include "graph_test/graph_test.h"

using namespace kuzu::testing;

Expand Down
3 changes: 1 addition & 2 deletions test/runner/e2e_delete_rel_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "graph_test/graph_test.h"

#include "common/string_utils.h"
#include "graph_test/graph_test.h"

using namespace kuzu::common;
using namespace kuzu::testing;
Expand Down
2 changes: 1 addition & 1 deletion test/runner/e2e_update_rel_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "graph_test/graph_test.h"
#include "common/string_utils.h"
#include "graph_test/graph_test.h"

using namespace kuzu::common;
using namespace kuzu::testing;
Expand Down

0 comments on commit b92e499

Please sign in to comment.