Skip to content

Commit 7b98de7

Browse files
committed
tidy fixes
1 parent 3b28b6a commit 7b98de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clang-tidy-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Run clang-tidy
8181
run: |
82-
run-clang-tidy-15 `pwd`/xpano `pwd`/tests \
82+
run-clang-tidy-18 `pwd`/xpano `pwd`/tests \
8383
-p=build \
8484
-quiet \
8585
-header-filter=xpano/xpano.*xpano \

xpano/cli/args.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <string>
1010
#include <vector>
1111

12-
#include <spdlog/fmt/bundled/format.h>
12+
#include <spdlog/fmt/fmt.h>
1313
#include <spdlog/spdlog.h>
1414

1515
#include "xpano/constants.h"

0 commit comments

Comments
 (0)