Skip to content

Commit f473d23

Browse files
committed
Wrap an overly long line
1 parent 59a937e commit f473d23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/gui/modes/cherrypicking/cherry_picking.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import (
99
type CherryPicking struct {
1010
CherryPickedCommits []*models.Commit
1111

12-
// 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
12+
// we only allow cherry picking from one context at a time, so you can't copy a commit from
13+
// the local commits context and then also copy a commit in the reflog context
1314
ContextKey string
1415
}
1516

0 commit comments

Comments
 (0)