From f473d23d6596a4379d4acc87a318c4b59e24a2bf Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Fri, 11 Oct 2024 11:22:43 +0200 Subject: [PATCH] Wrap an overly long line --- pkg/gui/modes/cherrypicking/cherry_picking.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }