Skip to content

Commit 92e5422

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 356187c commit 92e5422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Providers/GithubProjectServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ public function register(): void
3232
$this->registerCommands();
3333

3434
$this->app->singleton(Client::class, function () {
35-
$client = new Client();
35+
$client = new Client;
3636
$client->authenticate(config('github-project.github.access_token'), null, AuthMethod::ACCESS_TOKEN);
37+
3738
return $client;
3839
});
3940
}

0 commit comments

Comments
 (0)