mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
94233: Fixed lint issue
This commit is contained in:
@@ -21,7 +21,7 @@ export class CSSVariableServiceStub {
|
||||
/**/
|
||||
}
|
||||
|
||||
addCSSVariables(variables: KeyValuePair<string, string>[]): void {
|
||||
addCSSVariables(variablesToAdd: KeyValuePair<string, string>[]): void {
|
||||
/**/
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user