style(ShadowDomStrategy): remove an extra semi-colon
This commit is contained in:
parent
a46df6f829
commit
f065a2ecb7
|
@ -19,7 +19,7 @@ export class ShadowDomStrategy {
|
|||
*/
|
||||
processStyleElement(hostComponentId: string, templateUrl: string, styleElement): Promise<any> {
|
||||
return null;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* An optional step that can modify the template elements (style elements exlcuded).
|
||||
|
|
Loading…
Reference in New Issue