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
@@ -87,7 +87,7 @@ exports.description = 'Horizontal bar to show the progress of some operation.';
exports.examples = [
{
title: 'Simple progress bar',
render: function (): React.Element<typeof ProgressBarAndroidExample> {
render: function(): React.Element<typeof ProgressBarAndroidExample> {
return <ProgressBarAndroidExample />;
},
},