JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / schemes / ResidueProperties.java
index f8b7856..e297ff6 100755 (executable)
@@ -2449,7 +2449,8 @@ public class ResidueProperties
           jalview.bin.Console.outPrintln(", ");
         }
       }
-      jalview.bin.Console.outPrintln("]" + (res.hasMoreElements() ? "," : ""));
+      jalview.bin.Console
+              .outPrintln("]" + (res.hasMoreElements() ? "," : ""));
     }
     jalview.bin.Console.outPrintln("};");
   }