Skip to content

Commit

Permalink
[test] introduce broken format that should fail prettier ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Aug 19, 2018
1 parent f5c3e59 commit c37d493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/AppBar/AppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
import classNames from 'classnames';
import withStyles from '../styles/withStyles';
import { capitalize } from '../utils/helpers';
import Paper from '../Paper';
import Paper from '../Paper';

export const styles = theme => {
const backgroundColorDefault =
Expand Down

0 comments on commit c37d493

Please sign in to comment.