1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

cleaning up

This commit is contained in:
Joel Valentine
2019-08-31 16:04:37 +01:00
parent d0308142a3
commit d212037ff5
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ func (widget *Widget) displayCustomQuery(repo *GithubRepo, filter string, perPag
return str
}
func (widget *Widget) displayMyReviewRequests(repo*GithubRepo, username string) string {
func (widget *Widget) displayMyReviewRequests(repo *GithubRepo, username string) string {
prs := repo.myReviewRequests(username)
numSelections := widget.GetSelected()