From a8ec1802a099365ab7d7bc06aee25884fc3876d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 2 Dec 2020 13:18:49 -0500 Subject: Improve syntax --- lib/WWW/FairViewer/CommentThreads.pm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/WWW/FairViewer/CommentThreads.pm') diff --git a/lib/WWW/FairViewer/CommentThreads.pm b/lib/WWW/FairViewer/CommentThreads.pm index 094ebd7..760756e 100644 --- a/lib/WWW/FairViewer/CommentThreads.pm +++ b/lib/WWW/FairViewer/CommentThreads.pm @@ -36,11 +36,7 @@ Retrieve comments from a video ID. sub comments_from_video_id { my ($self, $video_id) = @_; - $self->_get_results( - $self->_make_feed_url("comments/$video_id", - sort_by => $self->get_comments_order, - ), - ); + $self->_get_results($self->_make_feed_url("comments/$video_id", sort_by => $self->get_comments_order)); } =head2 comment_to_video_id($comment, $videoID) -- cgit v1.2.3