mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Remove test from formatting
This commit is contained in:
parent
6e0ae807d5
commit
cc8470368e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue