Skip to content

Commit

Permalink
style: reformat code indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
npldevfr committed Jan 22, 2024
1 parent 21c71b3 commit 49528a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class Query extends QueryBuilder
public function __construct(
array $params = [],
?Client $client = null
)
{
) {
parent::__construct(
array_merge([
'wiki' => '',
Expand Down

0 comments on commit 49528a6

Please sign in to comment.