Fix go fmt/vet issues

This commit is contained in:
Darren Shepherd
2020-01-30 22:27:52 -07:00
parent a75e84bc81
commit 4e8035fa46
3 changed files with 15 additions and 6 deletions

View File

@@ -39,4 +39,3 @@ func (s *storage) Update(secret *v1.Secret) error {
return json.NewEncoder(f).Encode(secret)
}