Skip to content

Commit c6cbde1

Browse files
binarykactions-user
authored andcommitted
Fix styling
1 parent f17d701 commit c6cbde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelDeveloperServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function register()
3636

3737
protected function registerMacros(): self
3838
{
39-
TestResponse::macro('dumpWithoutTrace', function() {
39+
TestResponse::macro('dumpWithoutTrace', function () {
4040
$content = $this->getContent();
4141

4242
$json = json_decode($content);

0 commit comments

Comments
 (0)