1
0
mirror of synced 2025-02-20 14:13:15 +03:00

wrong indentation

This commit is contained in:
Fabio B. Silva 2012-06-18 15:31:20 -03:00
parent 65efda425f
commit 7800a7ef3f

View File

@ -1021,7 +1021,7 @@ class SqlWalker implements TreeWalker
$sql .= ' AND (' . $this->walkConditionalExpression($condExpr) . ')';
}
break;
}
}
return $sql;
}