Format the Delete struct less weirdly [#4]
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:
@@ -8,7 +8,6 @@ import (
|
||||
type Delete struct {
|
||||
Release string
|
||||
DryRun bool
|
||||
|
||||
cmd cmd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user