Skip to content

Commit 684d1e9

Browse files
committed
lint: try deleting blank line
1 parent 3c436b3 commit 684d1e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/gui/controllers/files_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@ func (self *FilesController) toggleTreeView() error {
842842
}
843843

844844
func (self *FilesController) handleStashSave(stashFunc func(message string) error, action string) error {
845-
846845
return self.c.Prompt(types.PromptOpts{
847846
Title: self.c.Tr.StashChanges,
848847
HandleConfirm: func(stashComment string) error {

0 commit comments

Comments
 (0)