Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Oct 23, 2023
1 parent 35cc5dc commit 0a2f58e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion be/src/agent/cgroup_cpu_ctl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
// under the License.

#include "agent/cgroup_cpu_ctl.h"
#include "util/thread.h"

#include <fmt/format.h>

#include "util/thread.h"

namespace doris {

Status CgroupCpuCtl::init() {
Expand Down
2 changes: 1 addition & 1 deletion be/src/io/fs/file_handle_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#include "io/fs/file_handle_cache.h"

#include <tuple>
#include <thread>
#include <tuple>

#include "io/fs/err_utils.h"
#include "util/hash_util.hpp"
Expand Down

0 comments on commit 0a2f58e

Please sign in to comment.