Commit ee06a30b authored by flip111's avatar flip111

Removed trailing whitespace

parent c6b4ff21
......@@ -852,7 +852,7 @@ class SQLServerPlatform extends AbstractPlatform
}
}
$isWrapped = (preg_match('/SELECT DISTINCT .* FROM \(.*\) dctrn_result/', $query)) ? true : false;
$isWrapped = (preg_match('/SELECT DISTINCT .* FROM \(.*\) dctrn_result/', $query)) ? true : false;
//Find alias for each colum used in ORDER BY
if ( ! empty($orderbyColumns)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment