Skip to content
Snippets Groups Projects
Commit cc847036 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Remove test from formatting

parent 6e0ae807
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment