Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and dsevillamartin committed Jul 13, 2022
1 parent aa2b4d1 commit 15a24bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Content/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public function __invoke(Document $document, Request $request)
protected function assembleCompilers(?string $locale): array
{
return [
'js' => [$this->assets->makeJs(), $this->assets->makeLocaleJs($locale)],
'css' => [$this->assets->makeLocaleCss($locale)]
'js' => [$this->assets->makeJs(), $this->assets->makeLocaleJs($locale)],
'css' => [$this->assets->makeLocaleCss($locale)],
];
}

Expand Down

0 comments on commit 15a24bb

Please sign in to comment.