travis,unit: fix and check unit code generation

Also fix blas generate check for move.
This commit is contained in:
kortschak
2017-06-26 10:15:29 +09:30
committed by Dan Kortschak
parent ec20c1f479
commit 9363ac56d7
6 changed files with 28 additions and 24 deletions

View File

@@ -1,5 +1,4 @@
// This file is autogenerated by github.com/gonum/unit/autogen
// Changes should be made to the autogenerated template rather than this one
// Code generated by "go generate gonum.org/v1/gonum/unit”; DO NOT EDIT.
// Copyright ©2014 The gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
@@ -87,6 +86,5 @@ func (l Length) Format(fs fmt.State, c rune) {
fmt.Fprint(fs, " m")
default:
fmt.Fprintf(fs, "%%!%c(%T=%g m)", c, l, float64(l))
return
}
}