Remove whitespace

This commit is contained in:
Dennis Eichhorn 2018-12-29 11:57:46 +01:00
parent fc04fb8cd1
commit 77d876dbbd

View File

@ -12,7 +12,7 @@ hasPhpLogging() {
} }
hasJsLogging() { hasJsLogging() {
RESULT=$(grep " console.log(" "$1") RESULT=$(grep "console.log(" "$1")
if [ ! -z $RESULT ]; then if [ ! -z $RESULT ]; then
echo 1 echo 1
return 1 return 1