Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Jun 17, 2023
1 parent 5aaeb17 commit 9face2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rules/function-calc-no-unspaced-operator/index.js
Expand Up @@ -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
Expand Down

0 comments on commit 9face2e

Please sign in to comment.