Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsha committed Feb 3, 2017
1 parent 0cf2337 commit fb786e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Character.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class Character extends Component {
}

if (!this.isJumping && !this.isPunching && !this.isLeaving) {

this.checkKeys(shouldMoveStageLeft, shouldMoveStageRight);

store.setCharacterPosition(body.position);
Expand Down

0 comments on commit fb786e9

Please sign in to comment.