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 79f789b commit 3a5d47b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/pr/shared/editable.go
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 3a5d47b

Please sign in to comment.