Index: applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java	(revision 36487)
+++ applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java	(revision 36488)
@@ -50,5 +50,6 @@
     }
 
-    @DisabledIf(value = "java.awt.GraphicsEnvironment#isHeadless", disabledReason = "Listener for destruction is only registered in non-headless environments")
+    @DisabledIf(value = "java.awt.GraphicsEnvironment#isHeadless",
+        disabledReason = "Listener for destruction is only registered in non-headless environments")
     @Test
     void testClearInstance() {
Index: applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/StreetsideURLTest.java
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/StreetsideURLTest.java	(revision 36487)
+++ applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/StreetsideURLTest.java	(revision 36488)
@@ -67,5 +67,5 @@
         method.setAccessible(true);
         // this simply invokes string2URL("malformed URL")
-        Assertions.assertNull(method.invoke(null, (Object) new String[] { "malformed URL" }));
+        Assertions.assertNull(method.invoke(null, (Object) new String[] {"malformed URL"}));
         // invokes string2URL(null)
         Assertions.assertNull(method.invoke(null, (Object) null));
Index: applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/TestUtil.java
===================================================================
--- applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/TestUtil.java	(revision 36487)
+++ applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/TestUtil.java	(revision 36488)
@@ -95,5 +95,7 @@
                 lon, 268.811, 1.395, -4.875, Instant.ofEpochMilli(1614556800000L), Instant.ofEpochMilli(1614643199999L),
                 "https://dev.virtualearth.net/Branding/logo_powered_by.png",
-                "Copyright © 2024 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.",
+                "Copyright © 2024 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the "
+                + "content and any results may not be used, reproduced or transmitted in any manner without express "
+                + "written permission from Microsoft Corporation.",
                 1, 3, 256, 256, Arrays.asList("t0", "t1", "t2", "t3"));
     }
