Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit afbff54

Browse files
author
GustavoAngulo
committed
Formatting in test
1 parent 82b8a30 commit afbff54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/optimizer/optimizer_rule_test.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#include <include/concurrency/transaction_manager_factory.h>
14-
#include <include/parser/postgresparser.h>
15-
#include "common/harness.h"
16-
1713
#define private public
1814

1915
#include "binder/bind_node_visitor.h"
2016
#include "catalog/catalog.h"
17+
#include "common/harness.h"
2118
#include "common/logger.h"
2219
#include "common/statement.h"
20+
#include "concurrency/transaction_manager_factory.h"
2321
#include "executor/create_executor.h"
2422
#include "executor/delete_executor.h"
2523
#include "executor/insert_executor.h"
@@ -30,6 +28,7 @@
3028
#include "optimizer/optimizer.h"
3129
#include "optimizer/rule.h"
3230
#include "optimizer/rule_impls.h"
31+
#include "parser/postgresparser.h"
3332
#include "planner/create_plan.h"
3433
#include "planner/delete_plan.h"
3534
#include "planner/insert_plan.h"

0 commit comments

Comments
 (0)