mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -42,7 +42,7 @@ func testPluginCreate(tb testing.TB, dir, name string) (string, string) {
|
||||
tb.Helper()
|
||||
|
||||
pth := dir + "/" + name
|
||||
if err := ioutil.WriteFile(pth, nil, 0755); err != nil {
|
||||
if err := ioutil.WriteFile(pth, nil, 0o755); err != nil {
|
||||
tb.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user