Skip to content

Commit 1900786

Browse files
committed
style: fix gofmt formatting in helper_test.go
1 parent 2286738 commit 1900786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/ospackage/rpmutils/helper_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ func TestFindAllCandidates(t *testing.T) {
367367
Provides: []string{"provided-capability"},
368368
},
369369
{
370-
Name: "file-provider",
370+
Name: "file-provider",
371371
Version: "1.0-1",
372-
Files: []string{"/usr/bin/curl"},
372+
Files: []string{"/usr/bin/curl"},
373373
},
374374
}
375375

0 commit comments

Comments
 (0)