From a2014188389f7ab40a1c94e5cefda3574ca04054 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 12 Feb 2025 09:29:50 +0100 Subject: [PATCH] Remove redundant CircleCI condition --- build-scripts/format-code | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-scripts/format-code b/build-scripts/format-code index 2da740a9b5..9adac8b73d 100755 --- a/build-scripts/format-code +++ b/build-scripts/format-code @@ -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 -- 2.47.2