Remove test from formatting

pull/1/head
Konstantinos Sideris 7 years ago
parent 6e0ae807d5
commit cc8470368e
  1. 2
      .ci/format.sh

@ -9,6 +9,6 @@ set -o errexit
set -o pipefail
set -o nounset
FILES=`find include src tests -type f -type f \( -iname "*.cc" -o -iname "*.h" \)`
FILES=`find include src -type f -type f \( -iname "*.cc" -o -iname "*.h" \)`
clang-format -i $FILES && git diff --exit-code

Loading…
Cancel
Save