Skip to content

Commit

Permalink
Remove reversioning
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Oct 10, 2023
1 parent 8eb54fd commit 2879d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ fmt_rs() {

fmt_cpp() {
echo "> fmt: cpp"
local clang_ver=${CLANG_DEFAULT_VERSION:-15}
local clang_ver=${CLANG_DEFAULT_VERSION}
local clang_formatters=("clang-format-${clang_ver}" "clang-format")
local index=-1
for ((idx=0; idx<${#clang_formatters[@]}; ++idx)); do
Expand Down

0 comments on commit 2879d96

Please sign in to comment.