From 0de9ea8a537977594141a6972b6584aac5f786af Mon Sep 17 00:00:00 2001 From: Junyoung Clare Jang Date: Sat, 26 May 2018 03:23:45 -0400 Subject: [PATCH] Fix spacing --- packages/react-emotion/types/tests.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-emotion/types/tests.tsx b/packages/react-emotion/types/tests.tsx index 559c8bf27..0a9128b30 100644 --- a/packages/react-emotion/types/tests.tsx +++ b/packages/react-emotion/types/tests.tsx @@ -77,7 +77,7 @@ mount = ; Component = styled(SFCComponent)`color: red`; mount = ; -Component = styled(MyClassC) ``; +Component = styled(MyClassC)``; mount = ; // do not infer SFCComponentProps with pass CustomProps, need to pass both