style: enable strict gofumpt (#15579)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func CombineErrors(ret error, also error, desc string) error {
|
||||
func CombineErrors(ret, also error, desc string) error {
|
||||
if also != nil {
|
||||
if ret != nil {
|
||||
ret = fmt.Errorf("%w; %v: %v", ret, desc, also)
|
||||
|
||||
Reference in New Issue
Block a user