Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 5, 2016
1 parent c1dbe98 commit aa120a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/computed-property-even-spacing.js
Expand Up @@ -172,7 +172,8 @@ ruleTester.run('computed-property-even-spacing', rule, {
errors: [
{
message: "There should be no space after '['",
type: 'MemberExpression', line: 1
type: 'MemberExpression',
line: 1
},
{
message: "There should be no space before ']'",
Expand Down

0 comments on commit aa120a2

Please sign in to comment.