Skip to content

Commit 00edadb

Browse files
committed
style: fix
1 parent 1756557 commit 00edadb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Support/Format.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ class Format implements ResponseFormat
3434

3535
protected int $statusCode = 200;
3636

37-
public function __construct(protected array $config = [])
38-
{
39-
}
37+
public function __construct(protected array $config = []) {}
4038

4139
/**
4240
* Return a new JSON response from the application.

0 commit comments

Comments
 (0)