Skip to content

Commit

Permalink
Make this PR pretty again
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Dail committed Apr 9, 2017
1 parent fe06c17 commit 11d7e95
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -257,7 +257,7 @@ describe('CSSPropertyOperations', () => {
it('should not warn when setting CSS variables', () => {
class Comp extends React.Component {
render() {
return <div style={{ '--foo-primary': 'red', backgroundColor: 'red' }} />;
return <div style={{'--foo-primary': 'red', backgroundColor: 'red'}} />;
}
}

Expand Down

0 comments on commit 11d7e95

Please sign in to comment.