From 5ba1abd2b8f2bfcfa9c50ce1e314d40aaccd6cde Mon Sep 17 00:00:00 2001
From: Tim Molter <tim.molter@gmail.com>
Date: Thu, 10 Jan 2013 22:36:42 +0100
Subject: [PATCH] formatting

---
 .../java/com/xeiam/xchart/internal/chartpart/PlotSurface.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java b/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java
index a7926d16..6f51c622 100644
--- a/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java
+++ b/src/main/java/com/xeiam/xchart/internal/chartpart/PlotSurface.java
@@ -88,7 +88,8 @@ public class PlotSurface implements IChartPart, IHideable {
         g.setColor(gridLinesColor);
         g.setStroke(stroke);
         // System.out.println("bounds.getY()= " + bounds.getY());
-        g.drawLine((int) bounds.getX(), (int) (bounds.getY() + bounds.getHeight() - tickLocation), (int) (bounds.getX() + bounds.getWidth() - 2), (int) (bounds.getY() + bounds.getHeight() - tickLocation));
+        g.drawLine((int) bounds.getX(), (int) (bounds.getY() + bounds.getHeight() - tickLocation), (int) (bounds.getX() + bounds.getWidth() - 2),
+            (int) (bounds.getY() + bounds.getHeight() - tickLocation));
       }
 
       // vertical
-- 
GitLab