Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Jun 4, 2018
1 parent 01b86af commit 0de9ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-emotion/types/tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mount = <Component foo="bar" />;
Component = styled(SFCComponent)`color: red`;
mount = <Component foo="bar" />;

Component = styled(MyClassC) ``;
Component = styled(MyClassC)``;
mount = <Component customProp="abc" />;

// do not infer SFCComponentProps with pass CustomProps, need to pass both
Expand Down

0 comments on commit 0de9ea8

Please sign in to comment.