Align lintCmd struct

pull/2972/head
Julian Strobl 8 years ago
parent 4aae7cb0d5
commit 3307e0998c

@ -43,9 +43,9 @@ or recommendation, it will emit [WARNING] messages.
type lintCmd struct {
namespace string
strict bool
paths []string
out io.Writer
strict bool
paths []string
out io.Writer
}
func newLintCmd(out io.Writer) *cobra.Command {

Loading…
Cancel
Save