Skip to content

Commit 7b51d55

Browse files
committed
[test] introduce broken format that should fail prettier ci
1 parent f5c3e59 commit 7b51d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/material-ui/src/AppBar/AppBar.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { PaperProps } from '../Paper';
44
export interface AppBarProps extends StandardProps<PaperProps, AppBarClassKey> {
55
color?: PropTypes.Color;
66
position?: 'fixed' | 'absolute' | 'sticky' | 'static';
7-
}
7+
}
88

99
export type AppBarClassKey =
1010
| 'root'

packages/material-ui/src/AppBar/AppBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
55
import classNames from 'classnames';
66
import withStyles from '../styles/withStyles';
77
import { capitalize } from '../utils/helpers';
8-
import Paper from '../Paper';
8+
import Paper from '../Paper';
99

1010
export const styles = theme => {
1111
const backgroundColorDefault =

0 commit comments

Comments
 (0)