Skip to content

Commit

Permalink
refactor(http): add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
bundleman committed Jan 22, 2021
1 parent df6bff3 commit fa2be4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/http/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ func WithCustomTransport(transport *stdhttp.Transport) Option {
return func(opts *Options) {
opts.HTTPTransport = transport
}
}
}

0 comments on commit fa2be4b

Please sign in to comment.