Fix block statement code style. (#3493)

This commit is contained in:
Logan Smyth
2016-05-02 18:15:37 -07:00
committed by Henry Zhu
parent bf5de6bcb7
commit 9843c87573
12 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ export default function ({ types: t }) {
return {
visitor: {
ExportDefaultDeclaration(path){
ExportDefaultDeclaration(path) {
if (!path.get("declaration").isClassDeclaration()) return;
let { node } = path;