Skip to content

Commit

Permalink
Replace trailing comma via yarn prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkroeker authored and oliviertassinari committed Sep 19, 2019
1 parent 40184c8 commit fc1e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/dividers/VerticalDividers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const useStyles = makeStyles(theme => ({
divider: {
height: 'auto',
alignSelf: 'stretch',
margin: theme.spacing(1, 0.5)
margin: theme.spacing(1, 0.5),
},
}));

Expand Down

0 comments on commit fc1e20d

Please sign in to comment.