Skip to content

Commit 2816a21

Browse files
committed
adjust the code style
1 parent 730098c commit 2816a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pagination.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default class Pagination extends React.Component {
203203
this.setState({
204204
current,
205205
currentInputValue: current,
206-
});
206+
});
207207
}
208208
}
209209
this.props.onShowSizeChange(current, size);

0 commit comments

Comments
 (0)