diff options
Diffstat (limited to 'ui/buffers.go')
-rw-r--r-- | ui/buffers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/buffers.go b/ui/buffers.go index 4c40e19..6222fbe 100644 --- a/ui/buffers.go +++ b/ui/buffers.go @@ -33,7 +33,7 @@ type Line struct { HeadColor tcell.Color Highlight bool Mergeable bool - Data []interface{} + Data interface{} splitPoints []point width int |