summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorAndrew Hynes <andrew.hynes@colabsoftware.com>2022-11-13 19:51:30 -0330
committerAndrew Hynes <andrew.hynes@colabsoftware.com>2022-11-13 19:51:30 -0330
commit684d1e955e00847249c6543f33a65abe1a16746b (patch)
treebcfd257946b115539ee7702092d98e487c627597 /pkg
parent3c436b34576432322ec7eab29d5e9badc4094b26 (diff)
lint: try deleting blank line
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/controllers/files_controller.go1
1 files changed, 0 insertions, 1 deletions
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 {