fix linting errors

pull/241/head^2
Simon Aronsson 5 years ago
parent d29b6cf93e
commit 66f38bd302

@ -12,6 +12,7 @@ var (
letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") letters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
) )
// UpdateParams contains all different options available to alter the behavior of the Update func
type UpdateParams struct { type UpdateParams struct {
Filter container.Filter Filter container.Filter
Cleanup bool Cleanup bool

Loading…
Cancel
Save