pkg/capabilities: format code with gofumpt

Formatting the code with https://github.com/mvdan/gofumpt

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-01-20 14:16:17 +01:00
parent 79af23e1ea
commit 1291bbfa50
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -14,7 +14,7 @@ func TestMatch(t *testing.T) {
caps [][]string
expected []string
}
var testcases = []testcase{
testcases := []testcase{
// matches
{
caps: [][]string{{}},