Completed
Push — master ( f01395...984a5b )
by Peter
33s
created
src/Commands/BuildCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 	protected function execute(InputInterface $input, OutputInterface $output): int
43 43
 	{
44 44
 		$signal = new Signal();
45
-		if(!is_dir($signal->runtimePath))
45
+		if (!is_dir($signal->runtimePath))
46 46
 		{
47 47
 			Io::mkdir($signal->runtimePath);
48 48
 		}
Please login to merge, or discard this patch.