Merge branch 'develop' into features/JAL-2446NCList
[jalview.git] / src / jalview / gui / AnnotationChooser.java
index f20d0e6..26796de 100644 (file)
@@ -56,7 +56,8 @@ import javax.swing.JPanel;
 public class AnnotationChooser extends JPanel
 {
 
-  private static final Font CHECKBOX_FONT = new Font("Serif", Font.BOLD, 12);
+  private static final Font CHECKBOX_FONT = new Font("Serif", Font.BOLD,
+          12);
 
   private static final int MY_FRAME_WIDTH = 600;