Skip to content

Commit 77b6432

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 983f32c commit 77b6432

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Jobs/ProcessAggregatedEvents.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ public function handle(): void
4646
$author = Cache::pull($commentAggregationCacheKey.'_author', '');
4747

4848
$message .= '\n\n'.view(
49-
'github-project::md.shared.author',
50-
['name' => $author['name'], 'html_url' => $author['html_url']]
51-
)->render();
49+
'github-project::md.shared.author',
50+
['name' => $author['name'], 'html_url' => $author['html_url']]
51+
)->render();
5252

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

0 commit comments

Comments
 (0)