Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jari27 committed Jul 23, 2016
1 parent 1e7e692 commit 478435c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public CatchResult catchPokemon(double normalizedHitPosition,
public boolean equals(Object o) {
if (o == this) {
return true;
} else if (o instanceof CatchablePokemon){
} else if (o instanceof CatchablePokemon) {
return this.getEncounterId() == ((CatchablePokemon) o)
.getEncounterId();
}
Expand Down

0 comments on commit 478435c

Please sign in to comment.