Skip to content

Commit 6efabd3

Browse files
committed
Code style
1 parent 501b5b9 commit 6efabd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parallel-lint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ function showOptions()
4040
}
4141

4242
$files = array(
43-
__DIR__ . '/../../autoload.php',
44-
__DIR__ . '/vendor/autoload.php'
43+
__DIR__ . '/../../autoload.php',
44+
__DIR__ . '/vendor/autoload.php'
4545
);
4646

4747
$autoloadFileFound = false;

0 commit comments

Comments
 (0)