Skip to content

Commit 2a2981e

Browse files
committed
fix(lint): removed an extraneous semi colon
1 parent 47ab6db commit 2a2981e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/namespace-modifier-ast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function namespaceMofiderAstPlugin({ syntax: { builders }, meta: { moduleName }
3333
}
3434
}
3535
};
36-
};
36+
}
3737

3838
module.exports.namespaceMofiderAstPlugin = namespaceMofiderAstPlugin;
3939

0 commit comments

Comments
 (0)