JAL-3438 spotless for 2.11.2.0
[jalview.git] / test / jalview / util / PlatformTest.java
index d2c48f1..2f583a5 100644 (file)
@@ -139,6 +139,7 @@ public class PlatformTest
   {
     assertNull(Platform.escapeBackslashes(null));
     assertEquals(Platform.escapeBackslashes("hello world"), "hello world");
-    assertEquals(Platform.escapeBackslashes("hello\\world"), "hello\\\\world");
+    assertEquals(Platform.escapeBackslashes("hello\\world"),
+            "hello\\\\world");
   }
 }