JAL-3609 New auto-scale 'formula' for linux HiDPI. Tested to work for UHD screen...
[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;
   }