From 676f12f57307282416137a36ef87105f65bf1240 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 15:16:48 -0500 Subject: fix spacing in get_pokemon_constant_by_id --- pokemontools/crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index ca7e9b8..3eed593 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -220,7 +220,7 @@ def clean_up_long_info(long_info): def get_pokemon_constant_by_id(id): if id == 0: - return None + return None else: return pokemon_constants.pokemon_constants[id] -- cgit v1.2.3