Skip to content

Commit

Permalink
Fix to issue #571. (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohenrique authored and FernandoTBarros committed Apr 8, 2017
1 parent b999f8b commit d33ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/me/corriekay/pokegoutil/utils/pokemon/PokeHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public String get(final Pokemon p) {
return UnicodeHelper.get(PokeColumn.IV_DEFENSE.get(p).toString());
}
},
IV_STAM_UNI("IV Stamina Unicode (⓯ for 15) {1]") {
IV_STAM_UNI("IV Stamina Unicode (⓯ for 15) [1]") {
@Override
public String get(final Pokemon p) {
return UnicodeHelper.get(PokeColumn.IV_STAMINA.get(p).toString());
Expand Down

0 comments on commit d33ef2b

Please sign in to comment.