JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / ext / pymol / PymolManager.java
index 49ebe08..8ba2586 100644 (file)
@@ -60,14 +60,13 @@ public class PymolManager
   protected static List<String> getPymolPaths(String os)
   {
     List<String> pathList = new ArrayList<>();
-  
-    String userPath = Cache
-            .getDefault(Preferences.PYMOL_PATH, null);
+
+    String userPath = Cache.getDefault(Preferences.PYMOL_PATH, null);
     if (userPath != null)
     {
       pathList.add(userPath);
     }
-  
+
     /*
      * add default installation paths
      */