Skip to content

Commit 11d7e95

Browse files
author
Brandon Dail
committed
Make this PR pretty again
1 parent fe06c17 commit 11d7e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/dom/shared/__tests__/CSSPropertyOperations-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe('CSSPropertyOperations', () => {
257257
it('should not warn when setting CSS variables', () => {
258258
class Comp extends React.Component {
259259
render() {
260-
return <div style={{ '--foo-primary': 'red', backgroundColor: 'red' }} />;
260+
return <div style={{'--foo-primary': 'red', backgroundColor: 'red'}} />;
261261
}
262262
}
263263

0 commit comments

Comments
 (0)