Skip to content

Commit 19804da

Browse files
committed
Fixed CS issue
1 parent 10e2168 commit 19804da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch/Transport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function resultOrFuture(FutureArrayInterface $result, array $options = []
143143
do {
144144
$result = $result->wait();
145145
} while ($result instanceof FutureArrayInterface);
146-
}
146+
}
147147
return $result;
148148
}
149149

0 commit comments

Comments
 (0)