Bump Prettier to 1.16.4

Summary:
@public
This bumps Prettier to v1.16.4
Only format source files were updated.

Reviewed By: mjesun

Differential Revision: D14454893

fbshipit-source-id: 72f9872fe764a79dbf0d9fab9bebb1456b039f2f
This commit is contained in:
Peter van der Zee
2019-03-14 07:00:27 -07:00
committed by Facebook Github Bot
parent 03841cf08c
commit dcd4e90d9a
38 changed files with 169 additions and 176 deletions
@@ -23,8 +23,8 @@ const extractSingleTouch = nativeEvent => {
return !hasTouches && hasChangedTouches
? changedTouches[0]
: hasTouches
? touches[0]
: nativeEvent;
? touches[0]
: nativeEvent;
};
class TouchTestApp extends React.Component {
@@ -90,9 +90,7 @@ const FlexWithTextStyles = StyleSheet.create({
});
type AbsolutePositionTestAppProps = $ReadOnly<{||}>;
class AbsolutePositionTestApp extends React.Component<
AbsolutePositionTestAppProps,
> {
class AbsolutePositionTestApp extends React.Component<AbsolutePositionTestAppProps> {
render() {
return (
<View
@@ -115,9 +113,7 @@ const AbsolutePositionTestAppStyles = StyleSheet.create({
});
type AbsolutePositionBottomRightTestAppProps = $ReadOnly<{||}>;
class AbsolutePositionBottomRightTestApp extends React.Component<
AbsolutePositionBottomRightTestAppProps,
> {
class AbsolutePositionBottomRightTestApp extends React.Component<AbsolutePositionBottomRightTestAppProps> {
render() {
return (
<View