removing blank line

pull/2862/head
Ryan Payton 8 years ago
parent 618aaba217
commit fa6face8a9

@ -87,7 +87,6 @@ func addRepository(name, url string, home helmpath.Home, certFile, keyFile, caFi
} }
cif := home.RelativeIndex(name) cif := home.RelativeIndex(name)
c := repo.Entry{ c := repo.Entry{
Name: name, Name: name,
Cache: cif, Cache: cif,
@ -97,7 +96,6 @@ func addRepository(name, url string, home helmpath.Home, certFile, keyFile, caFi
CAFile: caFile, CAFile: caFile,
} }
r, err := repo.NewChartRepository(&c, getter.All(settings)) r, err := repo.NewChartRepository(&c, getter.All(settings))
if err != nil { if err != nil {
return err return err

Loading…
Cancel
Save