Skip to content

Commit

Permalink
chore(prettier): Format codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Apr 17, 2018
1 parent 9be02f2 commit be1e19c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/TabList.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export default class TabList extends Component {

static propTypes = {
children: PropTypes.oneOfType([PropTypes.object, PropTypes.array]),
className: PropTypes.oneOfType([PropTypes.string, PropTypes.array, PropTypes.object]),
className: PropTypes.oneOfType([
PropTypes.string,
PropTypes.array,
PropTypes.object,
]),
};

render() {
Expand Down

0 comments on commit be1e19c

Please sign in to comment.