JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / gui / PCAPanel.java
index 211c370..576f3b2 100644 (file)
@@ -439,10 +439,13 @@ public class PCAPanel extends GPCAPanel
     };
     String pca = MessageManager.getString("label.pca");
     ImageExporter exporter = new ImageExporter(writer, null, type, pca);
-    try {
+    try
+    {
       exporter.doExport(null, this, width, height, pca);
-    } catch (ImageOutputException ioex) {
-      Console.error("Unexpected error whilst writing "+type.toString(),ioex);
+    } catch (ImageOutputException ioex)
+    {
+      Console.error("Unexpected error whilst writing " + type.toString(),
+              ioex);
     }
   }