JAL-2418 source formatting
[jalview.git] / src / jalview / datamodel / Profiles.java
index f65830a..14eae51 100644 (file)
@@ -38,7 +38,8 @@ public class Profiles implements ProfilesI
   @Override
   public ProfileI get(int col)
   {
-    return profiles != null && col >= 0 && col < profiles.length ? profiles[col]
+    return profiles != null && col >= 0 && col < profiles.length
+            ? profiles[col]
             : null;
   }