more gofmt -s changes.

This commit is contained in:
Will Charczuk 2016-07-15 13:45:33 -07:00
parent 296ed0fd3b
commit 0defd8dd2a
4 changed files with 11 additions and 11 deletions

View file

@ -52,7 +52,7 @@ func chartHandler(rc *web.RequestContext) web.ControllerResult {
StrokeColor: chart.GetDefaultSeriesStrokeColor(0),
},
Annotations: []chart.Annotation{
chart.Annotation{
{
X: float64(s1x[len(s1x)-1].Unix()),
Y: s1y[len(s1y)-1],
Label: fmt.Sprintf("%s - %s", "test", chart.FloatValueFormatter(s1y[len(s1y)-1])),