[gnome-weather/wip/christopherdavis/style-updates] Apply 1 suggestion(s) to 1 file(s)



commit 9a38503b0b4aa9270ce06a41913ac45fd3bd063d
Author: Vitaly Dyachkov <obyknovenius me com>
Date:   Thu Oct 1 15:19:25 2020 +0000

    Apply 1 suggestion(s) to 1 file(s)

 src/app/hourlyForecast.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/app/hourlyForecast.js b/src/app/hourlyForecast.js
index b8e3837..5668d07 100644
--- a/src/app/hourlyForecast.js
+++ b/src/app/hourlyForecast.js
@@ -159,10 +159,10 @@ var HourlyForecastFrame = GObject.registerClass(class ForecastFrame extends Gtk.
         const graphMaxY = frameHeight - frameBorderWidth - lineWidth / 2 - spacing - 
entryTemperatureLabelHeight - spacing;
         const graphHeight = graphMaxY - graphMinY;
 
-        const Arc0 = 0.0;
-        const Arc1 = Math.PI * 0.5
-        const Arc2 = Math.PI;
-        const Arc3 = Math.PI * 1.5
+        const arc0 = 0.0;
+        const arc1 = Math.PI * 0.5
+        const arc2 = Math.PI;
+        const arc3 = Math.PI * 1.5
 
         let frameX = 0;
         let frameY = 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]