From c84b6df7d396e03c33311908cf308e618f0c8709 Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Tue, 5 Jan 2021 15:22:43 -0600 Subject: [PATCH] fixing clag format check --- .github/workflows/clang-format.yml | 2 +- src/tools/circlecount/circlecounttool.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 1921caeb..1ae33975 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -18,7 +18,7 @@ jobs: - uses: DoozyX/clang-format-lint-action@v0.9 with: source: './src' - #exclude: './third_party ./external' + exclude: './external' extensions: 'h,cpp' clangFormatVersion: 11 style: file diff --git a/src/tools/circlecount/circlecounttool.cpp b/src/tools/circlecount/circlecounttool.cpp index 2b9cb5b1..6e4ee01a 100644 --- a/src/tools/circlecount/circlecounttool.cpp +++ b/src/tools/circlecount/circlecounttool.cpp @@ -19,8 +19,8 @@ #include "colorutils.h" #include #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG -#include "spdlog/spdlog.h" #include "spdlog/cfg/env.h" +#include "spdlog/spdlog.h" namespace { #define PADDING_VALUE 2