Skip to content

Commit ef0189c

Browse files
author
mdavis
committed
formatting
1 parent 4d8b07d commit ef0189c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/osgeo/proj4j/ProjectionUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import java.awt.geom.Point2D;
44

5-
public class ProjectionUtil {
5+
public class ProjectionUtil
6+
{
67
public static String toString(Point2D.Double p)
78
{
89
return "[" + p.x + ", " + p.y + "]";

0 commit comments

Comments
 (0)