Fix indentation

This commit is contained in:
Rafal Kupka 2019-09-22 10:58:08 +01:00
parent aa7ac8f011
commit 9b521d93dc

@ -14,7 +14,7 @@ func isCookieJarEnabledForHost(c *Client, host string) bool {
}
func getCookieJarForHost(c *Client, host string) (http.CookieJar, error) {
cookieFile, _ := c.uc.Get("http", fmt.Sprintf("https://%v", host), "cookieFile")
cookieFile, _ := c.uc.Get("http", fmt.Sprintf("https://%v", host), "cookieFile")
return cookie.NewJar(cookieFile)
}