From 66469de2630f121c4cba2de554deea2265f39836 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Fri, 8 Feb 2019 19:25:08 -0800 Subject: [PATCH] Revert whitespace change --- types/styled-system/styled-system-tests.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/styled-system/styled-system-tests.tsx b/types/styled-system/styled-system-tests.tsx index ce7b8d24ff..1a008fa045 100644 --- a/types/styled-system/styled-system-tests.tsx +++ b/types/styled-system/styled-system-tests.tsx @@ -277,7 +277,7 @@ interface GridComponentProps GridAutoColumnsProps, GridAutoRowsProps, GridTemplatesRowsProps, - GridTemplatesColumnsProps{} + GridTemplatesColumnsProps {} const Grid: React.ComponentType = styled` ${gridGap}; ${gridRowGap};