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:
Erin Call 2019-12-19 11:11:50 -08:00
parent 5de156f823
commit 7849b28532
No known key found for this signature in database
GPG key ID: 4071FF6C15B8DAD1

View file

@ -8,7 +8,6 @@ import (
type Delete struct { type Delete struct {
Release string Release string
DryRun bool DryRun bool
cmd cmd cmd cmd
} }