Skip to content

Commit

Permalink
Merge pull request #1369 from StealthyXor/master
Browse files Browse the repository at this point in the history
SniperPokemonTask.cs - Useless line.
  • Loading branch information
NecronomiconCoding authored Jul 29, 2016
2 parents ded25c6 + a994659 commit 256dd4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PoGo.NecroBot.Logic/Tasks/SnipePokemonTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ public static async Task Execute(ISession session, CancellationToken cancellatio

private static ScanResult SnipeScanForPokemon(Location location)
{
var formatter = new System.Globalization.NumberFormatInfo();
formatter.NumberDecimalSeparator = ".";
var formatter = new System.Globalization.NumberFormatInfo() { NumberDecimalSeparator = "." };
var uri = $"https://pokevision.com/map/data/{location.Latitude.ToString(formatter)}/{location.Longitude.ToString(formatter)}";

ScanResult scanResult;
Expand Down

0 comments on commit 256dd4c

Please sign in to comment.