Skip to content

Commit c689a18

Browse files
committed
Coding style
1 parent a7315ec commit c689a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function createContainer()
9595
ResourceRepository::class => $repository,
9696
Discovery::class => function (ContainerInterface $c) {
9797
$puli = $c->get('puli.factory');
98+
9899
return $puli->createDiscovery($c->get(ResourceRepository::class));
99100
},
100101
]);

0 commit comments

Comments
 (0)