Skip to content

Commit 8224a61

Browse files
poyrazKgithub-actions[bot]
authored andcommitted
style: automated clang-format fixes
1 parent bead5db commit 8224a61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/common/cluster_manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#ifndef SQL_ENGINE_COMMON_CLUSTER_MANAGER_HPP
77
#define SQL_ENGINE_COMMON_CLUSTER_MANAGER_HPP
88

9+
#include <algorithm>
910
#include <chrono>
1011
#include <mutex>
1112
#include <string>
1213
#include <unordered_map>
1314
#include <vector>
14-
#include <algorithm>
1515

1616
#include "common/config.hpp"
1717
#include "executor/types.hpp"

0 commit comments

Comments
 (0)