Skip to content

Commit

Permalink
Remove redundant CircleCI condition
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Feb 12, 2025
1 parent 6fb460a commit a201418
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-scripts/format-code
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ verbose=0
if [ -t 1 ]; then
verbose=1
fi
if [ x$CIRCLECI = xtrue ]; then
verbose=0
fi

FORMAT=clang-format-19
if ! which $FORMAT 2> /dev/null; then
Expand Down

0 comments on commit a201418

Please sign in to comment.