Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed May 6, 2024
1 parent 69f0204 commit 0baa890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Service/FilterService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public function __construct(
DataManager $dataManager,
FilterManager $filterManager,
CacheManager $cacheManager,
bool $webpGenerate=false,
array $webpOptions=[],
bool $webpGenerate = false,
array $webpOptions = [],
?LoggerInterface $logger = null
) {
$this->dataManager = $dataManager;
Expand Down

0 comments on commit 0baa890

Please sign in to comment.