fixed trailing whitespace

This commit is contained in:
Jaeger Aquila 2022-12-08 21:52:08 -05:00 committed by Alessio
parent 6816dcbe2f
commit e44a83edae

View File

@ -103,7 +103,6 @@ func (api API) do_http(url string, cursor string, result *interface{}) error {
return fmt.Errorf("Error parsing API response:\n %w", err) return fmt.Errorf("Error parsing API response:\n %w", err)
} }
return nil return nil
} }
func (api API) GetFeedFor(user_id UserID, cursor string) (TweetResponse, error) { func (api API) GetFeedFor(user_id UserID, cursor string) (TweetResponse, error) {