Skip to content

Commit 32c09e5

Browse files
committed
cs fix
1 parent 5992bc1 commit 32c09e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Space.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public function setIndexes(array $indexes)
352352
foreach ($indexes as $n => $index) {
353353
$indexes[$n]['fields'] = [];
354354
foreach ($index['parts'] as $part) {
355-
if (array_key_exists('field', $part)){
355+
if (array_key_exists('field', $part)) {
356356
$indexes[$n]['fields'][] = $this->fields[$part['field']];
357357
} else {
358358
$indexes[$n]['fields'][] = $this->fields[$part[0]];

0 commit comments

Comments
 (0)