summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-09-24 18:56:12 +0100
committerNick White <git@njw.name>2019-09-24 18:56:12 +0100
commit9992f681dd02c3bf2ea97a74ddb2f33eb7ee5c51 (patch)
treeb4d9f8a57d1200dfe20a0b8ee67e536bf4ec01df
parentafd0fdebfe83e8bab4b383b983d4df3851c1feab (diff)
gofmt
-rw-r--r--bookpipeline/graph.go4
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,
},
}
}