Back out "Upgrade Prettier from 1.17 to 2.0.2."

Differential Revision: D20639755

fbshipit-source-id: 5028563f9cf0527a30b4259daac50cdc03934bfd
This commit is contained in:
Michael Bolin
2020-03-24 21:47:35 -07:00
committed by Facebook GitHub Bot
parent cf44650b3f
commit 0b9ea60b4f
383 changed files with 2072 additions and 2051 deletions
@@ -64,7 +64,7 @@ class RefreshControlExample extends React.Component {
})),
};
_onClick = (row) => {
_onClick = row => {
row.clicks++;
this.setState({
rowData: this.state.rowData,
@@ -120,7 +120,7 @@ exports.simpleExampleContainer = true;
exports.examples = [
{
title: 'Simple refresh',
render: function (): React.Element<typeof RefreshControlExample> {
render: function(): React.Element<typeof RefreshControlExample> {
return <RefreshControlExample />;
},
},