Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-alrek authored Apr 17, 2023
1 parent e5f7b51 commit dcb5605
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/View/Components/MixBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ public function __construct($manifestDirectory = '', $integrity = null, $crossor
$this->files = collect(json_decode(file_get_contents($manifestPath), true))
->keys()
->groupBy(function ($key) {

preg_match('/\.([^\.]+)$/', $key, $matches);

preg_match('/\.([^\.]+)$/', $key, $matches);
return $matches[1];
});
}
Expand Down

0 comments on commit dcb5605

Please sign in to comment.