Skip to content

Commit 8973758

Browse files
committed
[Tests] fix linting errors
1 parent 512b410 commit 8973758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/jsx-curly-spacing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ ruleTester.run('jsx-curly-spacing', rule, {
22632263
output: [
22642264
'<div className={this.state.renderInfo ? "infoPanel col-xs-12" : "unToggled col-xs-12"} />'
22652265
].join('\n'),
2266-
options: ["never", {"allowMultiline": true}],
2266+
options: ['never', {allowMultiline: true}],
22672267
errors: [{
22682268
message: 'There should be no space after \'{\''
22692269
}, {

0 commit comments

Comments
 (0)