From 9742007da9e5365b4dc17e12a8a05fff9efc6618 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 18 Sep 2019 12:32:53 -0700 Subject: [PATCH] chore: run prettier --- packages/animated-switch/src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/animated-switch/src/index.tsx b/packages/animated-switch/src/index.tsx index 914583df..5ed0de2f 100644 --- a/packages/animated-switch/src/index.tsx +++ b/packages/animated-switch/src/index.tsx @@ -29,8 +29,8 @@ const DEFAULT_TRANSITION = ( interface Props { navigationConfig: { - transition?: React.ReactNode, - transitionViewStyle?: ViewStyle, + transition?: React.ReactNode; + transitionViewStyle?: ViewStyle; }; navigation: NavigationProp; descriptors: { [key: string]: NavigationDescriptor };