From 684d1e955e00847249c6543f33a65abe1a16746b Mon Sep 17 00:00:00 2001 From: Andrew Hynes Date: Sun, 13 Nov 2022 19:51:30 -0330 Subject: [PATCH] lint: try deleting blank line --- pkg/gui/controllers/files_controller.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/gui/controllers/files_controller.go b/pkg/gui/controllers/files_controller.go index 08263ebd2..2a4434264 100644 --- a/pkg/gui/controllers/files_controller.go +++ b/pkg/gui/controllers/files_controller.go @@ -842,7 +842,6 @@ func (self *FilesController) toggleTreeView() error { } func (self *FilesController) handleStashSave(stashFunc func(message string) error, action string) error { - return self.c.Prompt(types.PromptOpts{ Title: self.c.Tr.StashChanges, HandleConfirm: func(stashComment string) error {