Skip to content

Commit e35ff3d

Browse files
committed
PHPCS
1 parent 61ab545 commit e35ff3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

monorepo-builder.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
return static function ( MBConfig $config ): void {
1616
// Where packages live.
17-
$config->packageDirectories(
18-
array(
19-
__DIR__ . '/components',
20-
)
21-
);
22-
$config->defaultBranch('trunk');
17+
$config->packageDirectories(
18+
array(
19+
__DIR__ . '/components',
20+
)
21+
);
22+
$config->defaultBranch( 'trunk' );
2323
// Release workers - in order to execute.
2424
$config->workers(
2525
array(

0 commit comments

Comments
 (0)