mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -24,6 +24,7 @@ func (m mockUi) Ask(_ string) (string, error) {
|
||||
m.t.FailNow()
|
||||
return "", nil
|
||||
}
|
||||
|
||||
func (m mockUi) AskSecret(_ string) (string, error) {
|
||||
m.t.FailNow()
|
||||
return "", nil
|
||||
|
||||
Reference in New Issue
Block a user