Skip to content

Commit 7a4b609

Browse files
committed
Fix codestyle
1 parent 20befc4 commit 7a4b609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PackagistServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function register()
2222
// Bind manager to application.
2323
$this->app->bind(PackagistClient::class, function (Application $app) {
2424
$urlGenerator = $app->make(PackagistUrlGenerator::class);
25-
25+
2626
return new PackagistClient(new Client(), $urlGenerator);
2727
});
2828

0 commit comments

Comments
 (0)