@@ -13,7 +13,7 @@ |
||
13 | 13 | use SoftDaemon\SoftDaemon; |
14 | 14 | |
15 | 15 | /* @var Composer\Autoload\ClassLoader $autoloader */ |
16 | -$loader = include_once __DIR__.'/../vendor/autoload.php'; |
|
16 | +$loader = include_once __DIR__ . '/../vendor/autoload.php'; |
|
17 | 17 | $loader->add('', __DIR__); |
18 | 18 | |
19 | 19 | $sequencer = new LinearSequencer(); |