94233: Fixed lint issue

This commit is contained in:
lotte
2022-09-22 17:14:55 +02:00
parent d68f38e848
commit 97bceffb02

View File

@@ -21,7 +21,7 @@ export class CSSVariableServiceStub {
/**/
}
addCSSVariables(variables: KeyValuePair<string, string>[]): void {
addCSSVariables(variablesToAdd: KeyValuePair<string, string>[]): void {
/**/
}