Fix style of operator spaces

pull/132/head
rugk 8 years ago
parent b4293f5467
commit f628ac78f8
No known key found for this signature in database
GPG Key ID: 05D40A636AFAB34D

@ -469,7 +469,7 @@ EOT;
private function _getFunction($step, $key, &$options, $preCode, $testCode)
{
if (count($testCode) == 0) {
echo "skipping creation of test$step$key, no valid tests found for configuration: $options". PHP_EOL;
echo "skipping creation of test$step$key, no valid tests found for configuration: $options" . PHP_EOL;
return '';
}

Loading…
Cancel
Save