Skip to content

Commit

Permalink
use const
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolzak committed Jan 7, 2025
1 parent 5639e40 commit 385f837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class ExpressionState {
formattedName = `p${formattedName}`;
}

const originalFormattedName = formattedName;
let nameSuffix = 1;
let originalFormattedName = formattedName;

while (
this.formattedNameToOriginalNameMap.has(formattedName) &&
Expand Down

0 comments on commit 385f837

Please sign in to comment.