TStatusBar
[fanfix.git] / src / jexer / TLabel.java
index f5e966581a6dbffb6026fe088c3d1a6246491e21..d6b817a845b651e1fcccef01f5e863d0bb6b86eb 100644 (file)
@@ -99,7 +99,8 @@ public final class TLabel extends TWidget {
     /**
      * Draw a static label.
      */
-    @Override public void draw() {
+    @Override
+    public void draw() {
         // Setup my color
         CellAttributes color = new CellAttributes();
         color.setTo(getTheme().getColor(colorKey));