From b69c87ffc5fa62304f9a5f3ede5c75550e89eedd Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 8 Jun 2020 13:08:08 +0300 Subject: style: fix linting errors --- src/index.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 164c78b..8340b79 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -56,12 +56,11 @@ const polls = [{ } }]; -const useStyles = makeStyles(theme => ({ +const useStyles = makeStyles({ root: { - marginTop: theme.spacing(15), - }, -})); - + marginTop: theme.spacing(15) + } +}); const App: React.FC = () => { -- cgit v1.2.3