Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeci committed Feb 12, 2021
1 parent c5bafd5 commit 1cf0ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-parser/src/plugins/typescript/index.js
Expand Up @@ -1674,7 +1674,7 @@ export default (superClass: Class<Parser>): Class<Parser> =>
} else if (this.isLineTerminator()) {
break;
}

if (this.match(tt.name)) {
return this.tsParseModuleOrNamespaceDeclaration(node);
}
Expand Down

0 comments on commit 1cf0ea6

Please sign in to comment.