summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/reflog_commits_context.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-03-21 21:01:58 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-04-30 13:19:53 +1000
commite2db6a173295a2f31deccfca43dac8bebcee6a6c (patch)
treefa0534089011ccbfb602dff7c9ff55c10fb6f028 /pkg/gui/context/reflog_commits_context.go
parent509e3efa70512ed34b90177eb17d6481664bb958 (diff)
remove context callback opts
Diffstat (limited to 'pkg/gui/context/reflog_commits_context.go')
-rw-r--r--pkg/gui/context/reflog_commits_context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/context/reflog_commits_context.go b/pkg/gui/context/reflog_commits_context.go
index 512aabfe0..920699d21 100644
--- a/pkg/gui/context/reflog_commits_context.go
+++ b/pkg/gui/context/reflog_commits_context.go
@@ -34,7 +34,7 @@ func NewReflogCommitsContext(
Key: REFLOG_COMMITS_CONTEXT_KEY,
Kind: types.SIDE_CONTEXT,
Focusable: true,
- }), ContextCallbackOpts{}),
+ })),
list: viewModel,
getDisplayStrings: getDisplayStrings,
c: c,