Skip to content

Commit 8c357df

Browse files
committed
remove other todo
1 parent eb9cc5d commit 8c357df

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/print

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/print/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ const visitors = {
483483
},
484484

485485
Nth(node, context) {
486-
context.write(node.value); // TODO is this right?
486+
context.write(node.value);
487487
},
488488

489489
OnDirective(node, context) {

0 commit comments

Comments
 (0)