Code style

This commit is contained in:
Tobias Schönberg 2017-05-16 21:58:43 +02:00
parent e42b22398c
commit 7abd61348b

View file

@ -1,13 +1,12 @@
package fr.free.nrw.commons; package fr.free.nrw.commons;
import fr.free.nrw.commons.location.LatLng;
import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.is;
import fr.free.nrw.commons.location.LatLng;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
public class LatLngTests { public class LatLngTests {
@Test public void testZeroZero() { @Test public void testZeroZero() {
LatLng place = new LatLng(0, 0); LatLng place = new LatLng(0, 0);