Skip to content

Commit 3f38608

Browse files
committed
style: fix formatting in declarations.rs
1 parent 38c6905 commit 3f38608

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/engine/src/bytecompiler/declarations.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,6 @@ impl ByteCompiler<'_> {
10991099
for n in var_names {
11001100
// i. If instantiatedVarNames does not contain n, then
11011101
if instantiated_var_names.insert(n) {
1102-
11031102
let n_string = n.to_js_string(self.interner());
11041103

11051104
// 2. Perform ! varEnv.CreateMutableBinding(n, false).
@@ -1146,7 +1145,6 @@ impl ByteCompiler<'_> {
11461145
for n in var_names {
11471146
// i. If instantiatedVarNames does not contain n, then
11481147
if instantiated_var_names.insert(n) {
1149-
11501148
let n = n.to_js_string(self.interner());
11511149

11521150
// 2. Perform ! env.CreateMutableBinding(n, false).

0 commit comments

Comments
 (0)