JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / appletgui / SeqCanvas.java
index 735046e..e92d08e 100755 (executable)
@@ -646,7 +646,7 @@ public class SeqCanvas extends Panel implements ViewportListenerI
       {
         char s = nextSeq.getCharAt(cursorX);
 
-        sr.drawCursor(g,s, (cursorX - startRes) * avcharWidth,
+        sr.drawCursor(g, s, (cursorX - startRes) * avcharWidth,
                 offset + ((i - startSeq) * avcharHeight));
       }
     }