remove unreachable code

This commit is contained in:
Immortalt 2019-06-11 23:10:01 +08:00
parent 95444ea46b
commit c09f2851a0

View File

@ -88,5 +88,4 @@ func reload() error {
} }
return fmt.Errorf("code [%d], %s", resp.StatusCode, strings.TrimSpace(string(body))) return fmt.Errorf("code [%d], %s", resp.StatusCode, strings.TrimSpace(string(body)))
} }
return nil
} }