JAL-2189 source formatting
[jalview.git] / src / jalview / appletgui / SeqCanvas.java
index 22849f1..7216bfe 100755 (executable)
@@ -113,8 +113,7 @@ public class SeqCanvas extends Panel
         }
         g.drawLine((mpos * avcharWidth) + (avcharWidth / 2), (ypos + 2)
                 - (avcharHeight / 2), (mpos * avcharWidth)
-                + (avcharWidth / 2),
-                ypos - 2);
+                + (avcharWidth / 2), ypos - 2);
       }
     }
   }