code style

This commit is contained in:
afc163 2015-07-15 17:32:32 +08:00
parent 91a749a810
commit d48b80299b

View File

@ -8,7 +8,10 @@ let prefixCls = 'ant-pagination';
class AntPagination extends React.Component {
render() {
return <Pagination selectComponentClass={Select} selectPrefixCls="ant-select" prefixCls={prefixCls} {...this.props} />;
return <Pagination selectComponentClass={Select}
selectPrefixCls="ant-select"
prefixCls={prefixCls}
{...this.props} />;
}
}