From 9face2ee500e1dc5d4a9c07155ff55531f237ef1 Mon Sep 17 00:00:00 2001 From: Romain Menke Date: Sat, 17 Jun 2023 09:42:25 +0200 Subject: [PATCH] cleanup --- lib/rules/function-calc-no-unspaced-operator/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rules/function-calc-no-unspaced-operator/index.js b/lib/rules/function-calc-no-unspaced-operator/index.js index f718958c5a..0e7c00f07e 100644 --- a/lib/rules/function-calc-no-unspaced-operator/index.js +++ b/lib/rules/function-calc-no-unspaced-operator/index.js @@ -55,8 +55,6 @@ const rule = (primary, _secondaryOptions, context) => { let needsFix = false; const valueIndex = declarationValueIndex(decl); const parsedValue = valueParser(value); - const valueIndex = declarationValueIndex(decl); - const parsedValue = valueParser(value); /** * @param {import('postcss-value-parser').Node} operatorNode