Update docker.sh

This commit is contained in:
Josh Shippam
2023-09-10 02:07:14 +01:00
committed by GitHub
parent 0600710af5
commit 75ffed53ff
+1 -1
View File
@@ -7,7 +7,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis
fi
# Default clang-format points to default 3.5 version one
CLANG_FORMAT=clang-format-10
CLANG_FORMAT=clang-format-12
$CLANG_FORMAT --version
# Check everything