Skip to content

Commit d0aeb49

Browse files
committed
updates comment
1 parent e45bd2d commit d0aeb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
SwitchCase: 1,
106106
// continuation indent
107107
VariableDeclarator: 1, // indent is multiplier * indent = 1 * 2
108-
MemberExpression: 2, // indent is multiplier * indent = 1 * 2
108+
MemberExpression: 2, // indent is multiplier * indent = 2 * 2
109109
FunctionDeclaration: {parameters: 2},
110110
FunctionExpression: {parameters: 2},
111111
CallExpression: {arguments: 2}

0 commit comments

Comments
 (0)