superfluous line removed

This commit is contained in:
alex 2020-01-28 12:41:41 +03:00
parent 4206cba099
commit 86d0c8c661
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ echo "Pre push static analysis"
output=$(./gradlew staticAnalysis --daemon 2>&1)
status=$?
if [ "$status" = 0 ] ; then