all: format sources with gofumpt v0.9.1

Since gofumpt v0.9.0 there's a new formatting rule to "clothe" any naked
returns.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-10-07 17:07:50 -07:00
parent a672a5f36c
commit b2f8a74de5
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -112,5 +112,5 @@ func Annotations(labels []string) (bundle string, userAnnotations map[string]str
userAnnotations[name] = value
}
}
return
return bundle, userAnnotations
}