Skip to content

Commit

Permalink
[FIX]comment should start with whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Scaat Feng <[email protected]>
  • Loading branch information
scaat committed Nov 26, 2020
1 parent 1852694 commit f1f2e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/getter/httpgetter.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type HTTPGetter struct {
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) {
for _, opt := range options {
opt(&g.opts)
Expand Down

0 comments on commit f1f2e6f

Please sign in to comment.