Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit c5b5994

Browse files
Fix typo
Dont code on mobile
1 parent 00f4764 commit c5b5994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pending_review/review.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func isCommunityMember(reviewerName string) bool {
110110
switch reviewerName {
111111
// As defined by https://github.com/conan-io/conan-center-index/issues/2857
112112
// and https://github.com/conan-io/conan-center-index/blob/master/docs/review_process.md#community-reviewers
113-
case "madebr", "SpaceIm", "ericLemanissier", "prince-chrismc", "Croydon", "intelligide", "theirix", "gocarlos", "mathbunnyru", "ericriff". "toge":
113+
case "madebr", "SpaceIm", "ericLemanissier", "prince-chrismc", "Croydon", "intelligide", "theirix", "gocarlos", "mathbunnyru", "ericriff", "toge":
114114
return true
115115
default:
116116
return false

0 commit comments

Comments
 (0)