more gofmt -s changes.
This commit is contained in:
parent
296ed0fd3b
commit
0defd8dd2a
4 changed files with 11 additions and 11 deletions
|
|
@ -16,10 +16,10 @@ func TestAnnotationSeriesMeasure(t *testing.T) {
|
|||
Show: true,
|
||||
},
|
||||
Annotations: []Annotation{
|
||||
Annotation{X: 1.0, Y: 1.0, Label: "1.0"},
|
||||
Annotation{X: 2.0, Y: 2.0, Label: "2.0"},
|
||||
Annotation{X: 3.0, Y: 3.0, Label: "3.0"},
|
||||
Annotation{X: 4.0, Y: 4.0, Label: "4.0"},
|
||||
{X: 1.0, Y: 1.0, Label: "1.0"},
|
||||
{X: 2.0, Y: 2.0, Label: "2.0"},
|
||||
{X: 3.0, Y: 3.0, Label: "3.0"},
|
||||
{X: 4.0, Y: 4.0, Label: "4.0"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -69,10 +69,10 @@ func TestAnnotationSeriesRender(t *testing.T) {
|
|||
StrokeColor: drawing.ColorBlack,
|
||||
},
|
||||
Annotations: []Annotation{
|
||||
Annotation{X: 1.0, Y: 1.0, Label: "1.0"},
|
||||
Annotation{X: 2.0, Y: 2.0, Label: "2.0"},
|
||||
Annotation{X: 3.0, Y: 3.0, Label: "3.0"},
|
||||
Annotation{X: 4.0, Y: 4.0, Label: "4.0"},
|
||||
{X: 1.0, Y: 1.0, Label: "1.0"},
|
||||
{X: 2.0, Y: 2.0, Label: "2.0"},
|
||||
{X: 3.0, Y: 3.0, Label: "3.0"},
|
||||
{X: 4.0, Y: 4.0, Label: "4.0"},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue