Skip to content

Commit

Permalink
linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
kishie committed Jan 29, 2024
1 parent 19a2e96 commit 8393eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugins/ostree/pkg/ostreerepository/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (h *Handler) ListRepositoryRefs(ctx context.Context) (refs []apiv1.OSTreeRe
return false, nil
})

return
return refs, err
}

func (h *Handler) AddRemote(ctx context.Context, remote *apiv1.OSTreeRemoteProperties) (err error) {
Expand Down

0 comments on commit 8393eb4

Please sign in to comment.