Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yossarian authored and oliviertassinari committed Feb 20, 2020
1 parent 26f845c commit c77ae7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions packages/material-ui/src/Breadcrumbs/BreadcrumbCollapsed.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ function BreadcrumbCollapsed(props) {
const { classes, ...other } = props;

return (
<ButtonBase
component="li"
className={classes.root}
focusRipple
{...other}
>
<ButtonBase component="li" className={classes.root} focusRipple {...other}>
<MoreHorizIcon className={classes.icon} />
</ButtonBase>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Breadcrumbs/Breadcrumbs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('<Breadcrumbs />', () => {
);

getByRole('button').click();

expect(getAllByRole('listitem', { hidden: false })).to.have.length(9);
});

Expand Down

0 comments on commit c77ae7f

Please sign in to comment.