Skip to content

Commit c318059

Browse files
author
Werner Henze
committed
back to v19
1 parent ecd9bf4 commit c318059

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Check format
2323
uses: jidicula/clang-format-action@v4.11.0
2424
with:
25-
clang-format-version: '18'
25+
clang-format-version: '19'
2626
check-path: 'include tests'

tests/owner_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
using namespace gsl;
2323

24-
GSL_SUPPRESS(f.23) // NO-FORMAT: attribute
24+
GSL_SUPPRESS(f.23)
2525
void f(int* i) { *i += 1; }
2626

2727
TEST(owner_tests, basic_test)

0 commit comments

Comments
 (0)