From 21dcef0a42ebbc486f5d0afc8d72db312099a2d2 Mon Sep 17 00:00:00 2001 From: "Gantner, Florian Klaus" Date: Tue, 17 Oct 2023 14:32:22 +0200 Subject: [PATCH] checkstyle remove unused extra lines (cherry picked from commit 5f8a9dea34159fc1e7f067b1bbcb5dabc6bf4145) --- src/app/shared/sass-helper/css-variable.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/shared/sass-helper/css-variable.service.ts b/src/app/shared/sass-helper/css-variable.service.ts index f5911737a0..ca6384e0ee 100644 --- a/src/app/shared/sass-helper/css-variable.service.ts +++ b/src/app/shared/sass-helper/css-variable.service.ts @@ -35,8 +35,6 @@ export class CSSVariableService { return styleSheet.hasOwnProperty('cssRules') && styleSheet.cssRules; }; - - /* Determine if the given rule is a CSSStyleRule See: https://developer.mozilla.org/en-US/docs/Web/API/CSSRule#Type_constants