Skip to content

Commit

Permalink
linter appeasement
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Smith committed Aug 17, 2023
1 parent 4382efd commit bff4727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/pr/shared/editable.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ func EditFieldsSurvey(p EditPrompter, editable *Editable, editorCommand string)
if editable.Reviewers.Edited {
editable.Reviewers.Value, err = multiSelectSurvey(
p, "Reviewers", editable.Reviewers.Default, editable.Reviewers.Options)
if err != nil {
return err
}
}
if editable.Assignees.Edited {
editable.Assignees.Value, err = multiSelectSurvey(
Expand Down

0 comments on commit bff4727

Please sign in to comment.