mat: run gofmt -s -w

This commit is contained in:
Dan Kortschak
2019-02-08 16:35:16 +10:30
parent 4a13b6ee55
commit 5e1727134a
8 changed files with 11 additions and 11 deletions

View File

@@ -185,7 +185,7 @@ func TestVecDenseZero(t *testing.T) {
// Elements that equal 1 should be set to zero, elements that equal -1
// should remain unchanged.
for _, test := range []*VecDense{
&VecDense{
{
mat: blas64.Vector{
N: 5,
Inc: 2,