diff options
author | Nick White <git@njw.name> | 2019-09-24 18:56:12 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-09-24 18:56:12 +0100 |
commit | 9992f681dd02c3bf2ea97a74ddb2f33eb7ee5c51 (patch) | |
tree | b4d9f8a57d1200dfe20a0b8ee67e536bf4ec01df /bookpipeline | |
parent | afd0fdebfe83e8bab4b383b983d4df3851c1feab (diff) |
gofmt
Diffstat (limited to 'bookpipeline')
-rw-r--r-- | bookpipeline/graph.go | 4 |
1 files 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, }, } } |