Skip to content

Commit 731e498

Browse files
committed
fix spacing
1 parent 1eb614e commit 731e498

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
@@ -52,7 +52,7 @@ public static function composeGuidelines(Collection $guidelines): string
5252
{
5353
return trim($guidelines
5454
->filter(fn ($content) => ! empty(trim($content)))
55-
->map(fn ($content, $key) => "\n=== {$key} rules ===\n\n{$content}")
55+
->map(fn ($content, $key) => "\n=== {$key} rules ===\n\n".trim($content))
5656
->join("\n\n"));
5757
}
5858

0 commit comments

Comments
 (0)