From bc61f8d2ec74e9a6b471765a30b0b254c80654ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sch=C3=B6nberg?= Date: Fri, 26 May 2017 23:00:54 +0200 Subject: [PATCH] Code style --- .../java/fr/free/nrw/commons/NearbyControllerTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java b/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java index 585b5709f..1eb73b3d1 100644 --- a/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java +++ b/app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java @@ -32,11 +32,11 @@ public class NearbyControllerTest { LatLng location = new LatLng(0, 0); List options = - NearbyController.loadAttractionsFromLocationToBaseMarkerOptions( - location, - null, - instrumentationContext - ); + NearbyController.loadAttractionsFromLocationToBaseMarkerOptions( + location, + null, + instrumentationContext + ); Assert.assertThat(options.size(), is(0)); }