gofmt -s
This commit is contained in:
parent
00ff859126
commit
296ed0fd3b
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ func TestGenerateGridLines(t *testing.T) {
|
|||
assert := assert.New(t)
|
||||
|
||||
ticks := []Tick{
|
||||
Tick{Value: 1.0, Label: "1.0"},
|
||||
Tick{Value: 2.0, Label: "2.0"},
|
||||
Tick{Value: 3.0, Label: "3.0"},
|
||||
Tick{Value: 4.0, Label: "4.0"},
|
||||
{Value: 1.0, Label: "1.0"},
|
||||
{Value: 2.0, Label: "2.0"},
|
||||
{Value: 3.0, Label: "3.0"},
|
||||
{Value: 4.0, Label: "4.0"},
|
||||
}
|
||||
|
||||
gl := GenerateGridLines(ticks, true)
|
||||
|
|
Loading…
Reference in a new issue