Skip to content

Commit f4a1487

Browse files
MsNataligithub-actions[bot]
authored andcommitted
Fix styling
1 parent 83372f6 commit f4a1487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Search/SearchQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ protected function execute(
175175

176176
protected function sourceToDSL(bool $source): array | bool
177177
{
178-
return $source && !$this->fields ?
178+
return $source && !$this->fields ?
179179
[
180180
'include' => $this->include,
181181
'exclude' => $this->exclude,

0 commit comments

Comments
 (0)