Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Oct 30, 2024
1 parent bdaf9f9 commit ec79cf1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/mui-system/src/createStyled/createStyled.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import styledEngineStyled, {
css,
internal_mutateStyles as mutateStyles,
} from '@mui/styled-engine';
import styledEngineStyled, { css, internal_mutateStyles as mutateStyles } from '@mui/styled-engine';
import { isPlainObject } from '@mui/utils/deepmerge';
import capitalize from '@mui/utils/capitalize';
import getDisplayName from '@mui/utils/getDisplayName';
Expand Down Expand Up @@ -192,7 +189,7 @@ export default function createStyled(input = {}) {

if (componentName && !skipVariantsResolver) {
expressionsTail.push(function styleThemeVariants(props) {
return applyThemeVariants(props, componentName)
return applyThemeVariants(props, componentName);
});
}

Expand Down

0 comments on commit ec79cf1

Please sign in to comment.