fixed typo

This commit is contained in:
Mat Ryer 2017-07-07 14:47:24 +01:00
parent 3c6751fed4
commit bc529fe78c

View File

@ -227,7 +227,7 @@ import (
{{- range .Imports }}
"{{.}}"
{{- end }}
}
)
{{ range $i, $obj := .Objects }}
// {{.InterfaceName}}Mock is a mock implementation of {{.InterfaceName}}.
//