Skip to content

Commit a116e4f

Browse files
committed
chore(ci): update clang format version used in CI
1 parent 4ea6ebc commit a116e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run clang-format style check for C/C++/Protobuf programs.
4747
uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
4848
with:
49-
clang-format-version: '13'
49+
clang-format-version: '19'
5050
check-path: ${{ matrix.path }}
5151
fallback-style: 'Mozilla' # optional
5252

src/arkreactor/Compiler/Welder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Ark
2828
m_lowerer(debug),
2929
m_ir_optimizer(debug),
3030
m_ir_compiler(debug)
31-
{ }
31+
{}
3232

3333
void Welder::registerSymbol(const std::string& name)
3434
{

0 commit comments

Comments
 (0)