Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine committed Aug 27, 2024
1 parent 82b7754 commit 9f9962e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ trait CachingDownloaderAwareTrait
public function setCachingDownloader(CachingDownloader $cachingDownloader)
{
$this->cachingDownloader = $cachingDownloader;
$this->cachingDownloader->setUpCache($this->downloaderCacheId, $this->cacheOptionsSection, $this->cacheOptionsFile);
$this->cachingDownloader->setUpCache(
$this->downloaderCacheId,
$this->cacheOptionsSection,
$this->cacheOptionsFile
);
}
}

0 comments on commit 9f9962e

Please sign in to comment.