diff --git a/pkg/gui/modes/cherrypicking/cherry_picking.go b/pkg/gui/modes/cherrypicking/cherry_picking.go index 4e76cbd09..40b9ce287 100644 --- a/pkg/gui/modes/cherrypicking/cherry_picking.go +++ b/pkg/gui/modes/cherrypicking/cherry_picking.go @@ -9,7 +9,8 @@ import ( type CherryPicking struct { CherryPickedCommits []*models.Commit - // we only allow cherry picking from one context at a time, so you can't copy a commit from the local commits context and then also copy a commit in the reflog context + // we only allow cherry picking from one context at a time, so you can't copy a commit from + // the local commits context and then also copy a commit in the reflog context ContextKey string }