Index: trunk/test/unit/org/openstreetmap/josm/data/imagery/TemplatedWMSTileSourceTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/imagery/TemplatedWMSTileSourceTest.java	(revision 8526)
+++ trunk/test/unit/org/openstreetmap/josm/data/imagery/TemplatedWMSTileSourceTest.java	(revision 8530)
@@ -77,5 +77,4 @@
     }
 
-
     private void verifyMercatorTile(TemplatedWMSTileSource source, int x, int y, int z) {
         TemplatedTMSTileSource verifier = new TemplatedTMSTileSource(testImageryTMS);
@@ -97,5 +96,6 @@
                     getTileLatLon(source, tileIndex.getXIndex() + 1, tileIndex.getYIndex() + 1, z)
                     );
-            assertTrue(location.toDisplayString() + " not within " + bbox.toString() + " for tile " + z + "/" + tileIndex.getXIndex() + "/" + tileIndex.getYIndex(),
+            assertTrue(location.toDisplayString() + " not within " + bbox.toString() +
+                    " for tile " + z + "/" + tileIndex.getXIndex() + "/" + tileIndex.getYIndex(),
                     bbox.bounds(location));
         }
@@ -109,4 +109,5 @@
         return new LatLon(source.tileXYToLatLon(new Tile(source, x, y, z)));
     }
+
     private void verifyTileSquarness(TemplatedWMSTileSource source, int x, int y, int z) {
         Projection proj = Main.getProjection();
@@ -116,8 +117,5 @@
         double x_size = Math.abs(min.getX() - max.getX());
         assertEquals(x_size, y_size, 1e-05);
-
     }
-
-
 
     private TemplatedWMSTileSource getSource() {
