mirror of
https://github.com/helm/helm.git
synced 2026-04-29 18:19:15 -04:00
[FIX]comment should start with whitespace
Signed-off-by: Scaat Feng <scaat.feng@gmail.com>
This commit is contained in:
parent
1852694a65
commit
f1f2e6ff4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue