summaryrefslogtreecommitdiffstats
path: root/runtime/ui/view/filetree.go
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ui/view/filetree.go')
-rw-r--r--runtime/ui/view/filetree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ui/view/filetree.go b/runtime/ui/view/filetree.go
index 5b551c2..e90f0e4 100644
--- a/runtime/ui/view/filetree.go
+++ b/runtime/ui/view/filetree.go
@@ -72,7 +72,7 @@ func (v *FileTree) Name() string {
}
// Setup initializes the UI concerns within the context of a global [gocui] view object.
-func (v *FileTree) Setup(view *gocui.View, header *gocui.View) error {
+func (v *FileTree) Setup(view, header *gocui.View) error {
logrus.Tracef("view.Setup() %s", v.Name())
// set controller options