Skip to content

Commit 298b7ec

Browse files
author
Matthew J. Mjelde
committed
Fixed checkstyle error..........
1 parent 85af611 commit 298b7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/pokegoapi/api/pokemon/Pokemon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public Result transferPokemon() throws LoginFailedException, RemoteServerExcepti
7373
return ReleasePokemonResponse.Result.FAILED;
7474
}
7575

76-
if(response.getResult() == Result.SUCCESS){
76+
if (response.getResult() == Result.SUCCESS) {
7777
pgo.getInventories().getPokebank().removePokemon(this);
7878
}
7979

0 commit comments

Comments
 (0)