Skip to content

Commit 28faf97

Browse files
committed
style: fix code style
1 parent 966252a commit 28faf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Providers/ServiceProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public function itRegistersHttpFacadeMacroForRequest(): void
3333

3434
// assert
3535
Http::assertSent(static function (Request $request) {
36-
return $request->hasHeader('Content-Type', 'application/vnd.api+json') &&
37-
$request->hasHeader('Accept', 'application/vnd.api+json');
36+
return $request->hasHeader('Content-Type', 'application/vnd.api+json')
37+
&& $request->hasHeader('Accept', 'application/vnd.api+json');
3838
});
3939
}
4040

0 commit comments

Comments
 (0)