Removed faulty empty line

This commit is contained in:
Michael K 2014-11-26 16:12:54 +01:00
parent 1dd67de72f
commit 6c373508f8
1 changed files with 0 additions and 1 deletions

View File

@ -170,7 +170,6 @@ func (this *Feed) FetchClient(uri string, client *http.Client, charset xmlx.Char
// This allows us to specify a custom character encoding conversion
// routine when dealing with non-utf8 input. Supply 'nil' to use the
// default from Go's xml package.
func (this *Feed) FetchBytes(uri string, content []byte, charset xmlx.CharsetFunc) (err error) {
this.Url = uri