From 7b51d55495c92c4ba1f4dc41e9b0b382747634e5 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sun, 19 Aug 2018 14:38:02 +0200 Subject: [PATCH] [test] introduce broken format that should fail prettier ci --- packages/material-ui/src/AppBar/AppBar.d.ts | 2 +- packages/material-ui/src/AppBar/AppBar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/material-ui/src/AppBar/AppBar.d.ts b/packages/material-ui/src/AppBar/AppBar.d.ts index fa5ca4a3f06676..24af42c74cc409 100644 --- a/packages/material-ui/src/AppBar/AppBar.d.ts +++ b/packages/material-ui/src/AppBar/AppBar.d.ts @@ -4,7 +4,7 @@ import { PaperProps } from '../Paper'; export interface AppBarProps extends StandardProps { color?: PropTypes.Color; position?: 'fixed' | 'absolute' | 'sticky' | 'static'; -} +} export type AppBarClassKey = | 'root' diff --git a/packages/material-ui/src/AppBar/AppBar.js b/packages/material-ui/src/AppBar/AppBar.js index 2b0794c41222dc..31d8537fd877d4 100644 --- a/packages/material-ui/src/AppBar/AppBar.js +++ b/packages/material-ui/src/AppBar/AppBar.js @@ -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 =