Update Program.cs
diff --git a/PokemonGo/RocketAPI/Console/Program.cs b/PokemonGo/RocketAPI/Console/Program.cs
index 163a462..1b09703 100644
--- a/PokemonGo/RocketAPI/Console/Program.cs
+++ b/PokemonGo/RocketAPI/Console/Program.cs
@@ -188,7 +188,7 @@ namespace PokemonGo.RocketAPI.Console
}
catch (Exception)
{
- ColoredConsoleWrite(ConsoleColor.DarkGray "Unable to get Country/Place");
+ ColoredConsoleWrite(ConsoleColor.DarkGray, "Unable to get Country/Place");
}
ColoredConsoleWrite(ConsoleColor.Yellow, "----------------------------");
You may download the files in Public Git.