Skip to content

Commit be1e19c

Browse files
committed
chore(prettier): Format codebase
1 parent 9be02f2 commit be1e19c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/TabList.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ export default class TabList extends Component {
99

1010
static propTypes = {
1111
children: PropTypes.oneOfType([PropTypes.object, PropTypes.array]),
12-
className: PropTypes.oneOfType([PropTypes.string, PropTypes.array, PropTypes.object]),
12+
className: PropTypes.oneOfType([
13+
PropTypes.string,
14+
PropTypes.array,
15+
PropTypes.object,
16+
]),
1317
};
1418

1519
render() {

0 commit comments

Comments
 (0)