Skip to content

Commit

Permalink
Update packages/babel-generator/src/generators/modules.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 9, 2020
1 parent ed15a13 commit 3cec529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-generator/src/generators/modules.js
Expand Up @@ -196,7 +196,6 @@ export function ImportDeclaration(node: Object) {
this.space();
this.word("with");
this.space();
this.space();
this.printList(node.attributes, node);
}

Expand Down

0 comments on commit 3cec529

Please sign in to comment.