Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed May 8, 2024
1 parent 6dc52b4 commit c22fe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function create(): void
if (! is_dir($directory)) {
mkdir($directory, 0755, true);

file_put_contents($directory . '/.gitignore', "*\n!.gitignore\n");
file_put_contents($directory.'/.gitignore', "*\n!.gitignore\n");
}

touch($this->file);
Expand Down

0 comments on commit c22fe77

Please sign in to comment.