Skip to content

Commit bc61f8d

Browse files
committed
Code style
1 parent 5574fa8 commit bc61f8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/src/androidTest/java/fr/free/nrw/commons/NearbyControllerTest.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ public void setup() {
3232
LatLng location = new LatLng(0, 0);
3333

3434
List<NearbyBaseMarker> options =
35-
NearbyController.loadAttractionsFromLocationToBaseMarkerOptions(
36-
location,
37-
null,
38-
instrumentationContext
39-
);
35+
NearbyController.loadAttractionsFromLocationToBaseMarkerOptions(
36+
location,
37+
null,
38+
instrumentationContext
39+
);
4040

4141
Assert.assertThat(options.size(), is(0));
4242
}

0 commit comments

Comments
 (0)