[FIX]comment should start with whitespace

Signed-off-by: Scaat Feng <scaat.feng@gmail.com>
pull/9066/head
Scaat Feng 4 years ago
parent 1852694a65
commit f1f2e6ff4c

@ -33,7 +33,7 @@ type HTTPGetter struct {
opts options opts options
} }
//Get performs a Get from repo.Getter and returns the body. // Get performs a Get from repo.Getter and returns the body.
func (g *HTTPGetter) Get(href string, options ...Option) (*bytes.Buffer, error) { func (g *HTTPGetter) Get(href string, options ...Option) (*bytes.Buffer, error) {
for _, opt := range options { for _, opt := range options {
opt(&g.opts) opt(&g.opts)

Loading…
Cancel
Save