File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ func convertGithubReview(r *github.PullRequestReview) *base.Review {
631
631
}
632
632
}
633
633
634
- func (g * GithubDownloaderV3 ) convertGithubReviewComments (cs []* github.PullRequestComment ) ([]* base.ReviewComment ,error ) {
634
+ func (g * GithubDownloaderV3 ) convertGithubReviewComments (cs []* github.PullRequestComment ) ([]* base.ReviewComment , error ) {
635
635
var rcs = make ([]* base.ReviewComment , 0 , len (cs ))
636
636
for _ , c := range cs {
637
637
// get reactions
@@ -672,7 +672,7 @@ func (g *GithubDownloaderV3) convertGithubReviewComments(cs []*github.PullReques
672
672
UpdatedAt : c .GetUpdatedAt (),
673
673
})
674
674
}
675
- return rcs ,nil
675
+ return rcs , nil
676
676
}
677
677
678
678
// GetReviews returns pull requests review
You can’t perform that action at this time.
0 commit comments