Skip to content

Commit d331202

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Fix styling
1 parent d7c6c76 commit d331202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/ProcessAggregatedEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function handle(): void
4848
['name' => $author['name'], 'html_url' => $author['html_url']]
4949
)->render();
5050

51-
$githubService = new GithubService();
51+
$githubService = new GithubService;
5252
$githubService->commentOnNode($this->nodeId, $message);
5353
}
5454

0 commit comments

Comments
 (0)