Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 11, 2017
1 parent cc0e5c7 commit a44f442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finalisers/es.js
Expand Up @@ -48,7 +48,7 @@ export default function es ( bundle, magicString, { intro, outro } ) {
return specifiersList
.map( specifiers => {
if ( specifiers.length ) {
return `import ${specifiers.join( ', ' )} from '${module.path}';`
return `import ${specifiers.join( ', ' )} from '${module.path}';`;
}

return module.reexported ?
Expand Down

0 comments on commit a44f442

Please sign in to comment.