build: remove redundant || false

This commit is contained in:
hellerve 2019-10-30 11:30:38 +01:00
parent 1829df07a5
commit 09a774ff4c

View File

@ -7,7 +7,7 @@ then
cabal build
fi
fi
if which clang-format > /dev/null || false
if which clang-format > /dev/null
then
clang-format -i core/*.h
fi