Format the Lint struct non-weirdly [#3]
I thought it was a golang style convention to put a blank line between public and private struct fields, but apparently I imagined that.
This commit is contained in:
parent
30e1e3b99f
commit
c033c8c45e
|
@ -7,7 +7,6 @@ import (
|
|||
// Lint is an execution step that calls `helm lint` when executed.
|
||||
type Lint struct {
|
||||
Chart string
|
||||
|
||||
cmd cmd
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue