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 7b51d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui/src/AppBar/AppBar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PaperProps } from '../Paper';
export interface AppBarProps extends StandardProps<PaperProps, AppBarClassKey> {
color?: PropTypes.Color;
position?: 'fixed' | 'absolute' | 'sticky' | 'static';
}
}

export type AppBarClassKey =
| 'root'
Expand Down
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 7b51d55

Please sign in to comment.