Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 17, 2024
1 parent ee4545d commit d764943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Version/Hydrator/VersionHydratorService.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public function getHydratedVersions(
$versionObjects = $list->load();
foreach ($versionObjects as $versionObject) {
$versions[] = $this->versionHydrator->hydrate($versionObject, $scheduledTasks);

}

return new ListingResult(
Expand Down

0 comments on commit d764943

Please sign in to comment.