Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 28, 2021
1 parent 626776a commit 7c5e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/TableContainer/TableContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import useThemeProps from '../styles/useThemeProps';
import experimentalStyled from '../styles/experimentalStyled';
import { getTableContainerUtilityClass } from './tableContainerClasses';

const overridesResolver = (props, styles) => styles.root || {}
const overridesResolver = (props, styles) => styles.root || {};

const useUtilityClasses = (styleProps) => {
const { classes } = styleProps;
Expand Down

0 comments on commit 7c5e2e4

Please sign in to comment.