Remove test from formatting
This commit is contained in:
parent
6e0ae807d5
commit
cc8470368e
@ -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…
Reference in New Issue
Block a user