Skip to content

Commit 1bc080a

Browse files
ashleyhindlegithub-actions[bot]
authored andcommitted
Fix code styling
1 parent cb7a659 commit 1bc080a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/GuidelineComposer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function compose(): string
5151
public static function composeGuidelines(Collection $guidelines): string
5252
{
5353
return trim($guidelines
54-
->filter(fn ($content) => !empty(trim($content)))
54+
->filter(fn ($content) => ! empty(trim($content)))
5555
->map(fn ($content, $key) => "\n=== {$key} rules ===\n\n{$content}")
5656
->join("\n\n"));
5757
}

0 commit comments

Comments
 (0)