From 9992f681dd02c3bf2ea97a74ddb2f33eb7ee5c51 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 24 Sep 2019 18:56:12 +0100 Subject: gofmt --- bookpipeline/graph.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookpipeline/graph.go b/bookpipeline/graph.go index 541f04f..42927b8 100644 --- a/bookpipeline/graph.go +++ b/bookpipeline/graph.go @@ -35,8 +35,8 @@ func createLine(xvalues []float64, y float64, c drawing.Color) chart.ContinuousS XValues: xvalues, YValues: yvalues, Style: chart.Style{ - Show: true, - StrokeColor: c, + Show: true, + StrokeColor: c, }, } } -- cgit v1.2.1-24-ge1ad