Reformat code

This commit is contained in:
Fuzzlemann 2017-07-27 15:08:34 +02:00
parent 6e2a848a74
commit 0f530b6e61
15 changed files with 56 additions and 57 deletions

View File

@ -75,5 +75,4 @@ public class GeolocationPart extends RawData<GeolocationPart> {
public void addGeoloc(String country) {
geoLocations.computeIfPresent(country, (computedCountry, amount) -> amount + 1);
}
}