Skip to content

Commit 23d62e0

Browse files
committed
fixed styling (indent)
1 parent 2c52e01 commit 23d62e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ export default class extends Component {
625625
switch (state) {
626626
case 'dragging':
627627
return this.onScrollBegin();
628-
case 'idle':
628+
case 'idle':
629629
case 'settling':
630630
if (this.props.onTouchEnd) this.props.onTouchEnd();
631631
}

0 commit comments

Comments
 (0)