diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 23:16:00 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-17 23:16:00 -0700 |
| commit | 744dbff34969ef612b219cde5b8f116f3ae3d26f (patch) | |
| tree | 924ecc4db650e2161a47916ddff5d455315251a1 /actions | |
| parent | 26b8a7195a3fa09ea1e6a8187e5785dd6d5245cd (diff) | |
Small fixes so "make lint" doesn't complain.
Diffstat (limited to 'actions')
| -rw-r--r-- | actions/policy.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/policy.go b/actions/policy.go index 1291e6b..946bdd4 100644 --- a/actions/policy.go +++ b/actions/policy.go @@ -61,7 +61,6 @@ func PurgeAllPolicies(ctx *Context) error { switch errors.Cause(err) { case nil, crypto.ErrKeyringSearch: // We don't care if the key has already been removed - break default: return err } |