mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 10:14:16 +08:00
Remove unwanted semicolon in assets files (#2280)
This commit is contained in:
parent
749052783f
commit
2aa4312886
|
@ -65,7 +65,7 @@ class JsCompiler extends RevisionCompiler
|
||||||
*/
|
*/
|
||||||
protected function format(string $string): string
|
protected function format(string $string): string
|
||||||
{
|
{
|
||||||
return preg_replace('~//# sourceMappingURL.*$~m', '', $string).";\n";
|
return preg_replace('~//# sourceMappingURL.*$~m', '', $string)."\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user