JAL-1645 source formatting and organise imports
[jalview.git] / src / jalview / datamodel / RnaViewerModel.java
index 33783ec..e6ec786 100644 (file)
@@ -1,6 +1,5 @@
 package jalview.datamodel;
 
-
 /**
  * A data bean class to hold properties of an RNA viewer
  */
@@ -32,8 +31,7 @@ public class RnaViewerModel
    * @param dividerLocation
    */
   public RnaViewerModel(String viewId, String title, int xpos, int ypos,
-          int width,
- int height, int dividerLocation)
+          int width, int height, int dividerLocation)
   {
     this.viewId = viewId;
     this.title = title;