Skip to content

Commit cb7b802

Browse files
committed
prettier
1 parent ae96f21 commit cb7b802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMComponent-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ describe('ReactDOMComponent', () => {
843843
get: () => {
844844
return descriptor.get.call(this);
845845
},
846-
set: (value) => {
846+
set: value => {
847847
currentValue = '' + value;
848848
descriptor.set.call(this, value);
849849
},

0 commit comments

Comments
 (0)