Skip to content

Commit 33cf942

Browse files
CodeWithDennisgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 52664ee commit 33cf942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SelectTree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private function buildTree(): Collection
170170

171171
// Store results for additional functionality
172172
if ($this->storeResults) {
173-
$this->results = $combinedResults;
173+
$this->results = $combinedResults;
174174
}
175175

176176
return $this->buildTreeFromResults($combinedResults);

0 commit comments

Comments
 (0)