Skip to content

Commit 5b99d0b

Browse files
committed
Add end of line in pint.json
1 parent 997922f commit 5b99d0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected function generatePintConfiguration(string $path): void
104104
? ['preset' => $preset]
105105
: $this->laravel['config']->get('git-commit-checker.pint.recommended_preset'),
106106
JSON_PRETTY_PRINT
107-
)
107+
) . PHP_EOL
108108
)) {
109109
$this->components->error('Unable to write ' . $path);
110110
abort(1);

0 commit comments

Comments
 (0)