JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / ws / ebi / EBIFetchClient.java
index 1f833d0..65b9655 100644 (file)
@@ -266,9 +266,12 @@ public class EBIFetchClient
     }
     return null;
   }
-  static {
+
+  static
+  {
     Platform.addJ2SDirectDatabaseCall("https://www.ebi.ac.uk/");
   }
+
   /**
    * Constructs the URL to fetch from
    * 
@@ -289,7 +292,8 @@ public class EBIFetchClient
     else
     {
       url = "https://www.ebi.ac.uk/Tools/dbfetch/dbfetch/"
-              + database.toLowerCase(Locale.ROOT) + "/" + ids.toLowerCase(Locale.ROOT)
+              + database.toLowerCase(Locale.ROOT) + "/"
+              + ids.toLowerCase(Locale.ROOT)
               + (format != null ? "/" + format : "");
     }
     return url;