Skip to content

Commit ac5eb38

Browse files
committed
lint
1 parent 461fcea commit ac5eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/internal/cli/split/split_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func TestInvalidPath_PreRun(t *testing.T) {
168168

169169
func loadRunResultOas(fs afero.Fs, fileName string) (*load.SpecInfo, error) {
170170
oas := openapi.NewOpenAPI3()
171-
oas.Loader.ReadFromURIFunc = func(_ *openapi3.Loader, uri *url.URL) ([]byte, error) {
171+
oas.Loader.ReadFromURIFunc = func(_ *openapi3.Loader, _ *url.URL) ([]byte, error) {
172172
f, err := fs.OpenFile(fileName, 0, 0)
173173
if err != nil {
174174
return nil, err

0 commit comments

Comments
 (0)