formatting

This commit is contained in:
vss-devel 2019-03-13 15:28:04 +03:00
parent c741b0e79e
commit 7e3987bd01

View File

@ -933,10 +933,10 @@ class GlobalCss extends LayoutItem {
const data = await css.getData() const data = await css.getData()
const outcss = `/* const outcss = `/*
* *
* from ${cssUrl} * from ${cssUrl}
* *
*/ */
${data} ${data}
` `
return outcss return outcss