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:
parent
79af23e1ea
commit
1291bbfa50
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ func TestMatch(t *testing.T) {
|
|||
caps [][]string
|
||||
expected []string
|
||||
}
|
||||
var testcases = []testcase{
|
||||
testcases := []testcase{
|
||||
// matches
|
||||
{
|
||||
caps: [][]string{{}},
|
||||
|
|
Loading…
Reference in a new issue