Skip to content

Commit 2ccf72f

Browse files
committed
missed comment
1 parent 70b8a9b commit 2ccf72f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/app/app.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ func (a *App) processApprovalsAndReviewers() (bool, string, []string, error) {
283283
if err != nil {
284284
a.printWarn("WARNING: Error getting currently requested owners for re-request: %v\n", err)
285285
} else {
286-
// Filter out anyone already requested
287286
currentlyRequestedSet := make(map[string]struct{}, len(currentlyRequestedOwners))
288287
for _, owner := range currentlyRequestedOwners {
289288
currentlyRequestedSet[owner] = struct{}{}

0 commit comments

Comments
 (0)