Skip to content

Commit de326a4

Browse files
committed
Fixed coding style.
1 parent b256d8d commit de326a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public static function buildAll($input, $output, $debug = null)
160160
}
161161

162162
// Generating tests recursively.
163-
static::buildAll($inputFile, $outputFile , $debugFile);
163+
static::buildAll($inputFile, $outputFile, $debugFile);
164164
} elseif (substr($inputFile, -3) === '.in') {
165165

166166
// Generating file names by replacing `.in` with `.out` and

0 commit comments

Comments
 (0)