Skip to content

Commit a8f52f0

Browse files
authored
Apply fixes from StyleCI (#71)
1 parent 4538a58 commit a8f52f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Generator/CollisionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function handle(string $targetFile, string $newContent, array $parameters
3131
return $this->mergeJson($targetFile, $newContent);
3232

3333
case 'md':
34-
return $this->appendFile($targetFile, "\n---\n" . $newContent);
34+
return $this->appendFile($targetFile, "\n---\n" . $newContent);
3535
}
3636

3737
return false;

0 commit comments

Comments
 (0)