Skip to content

Commit 186a4c5

Browse files
committed
fix linting errors
1 parent 06c45c5 commit 186a4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/ast.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ module.exports = {
397397
getPropertyNameNode,
398398
getComponentProperties,
399399
getKeyValue,
400-
isParenthesized: isParenthesized,
400+
isParenthesized,
401401
isAssignmentLHS,
402402
isClass,
403403
isFunction,

0 commit comments

Comments
 (0)