style: formatting and whitespaces (#7840)

This commit is contained in:
Vasil Chimev
2019-09-19 15:40:31 +03:00
committed by Manol Donev
parent 3b5785146f
commit dfcbe6c319
812 changed files with 4021 additions and 3741 deletions

View File

@ -153,8 +153,8 @@ function loadCustomComponent(componentNamespace: string, componentName?: string,
result = getComponentModule(componentName, componentNamespace, attributes, context, moduleNamePath, isRootComponent);
// The namespace is the JS module and the (componentName is the name of the class in the module)
// So if there is no componentNamespace/componentName.{qualifiers}.css we should also look for
// componentNamespace.{qualifiers}.css
// So if there is no componentNamespace/componentName.{qualifiers}.css we should also look for
// componentNamespace.{qualifiers}.css
if (!resolvedCssModuleName) {
resolvedCssModuleName = resolveModuleName(componentNamespace, "css");
}