1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-02 09:21:40 +02:00

lint: try deleting blank line

This commit is contained in:
Andrew Hynes 2022-11-13 19:51:30 -03:30
parent 3c436b3457
commit 684d1e955e

View File

@ -842,7 +842,6 @@ func (self *FilesController) toggleTreeView() error {
} }
func (self *FilesController) handleStashSave(stashFunc func(message string) error, action string) error { func (self *FilesController) handleStashSave(stashFunc func(message string) error, action string) error {
return self.c.Prompt(types.PromptOpts{ return self.c.Prompt(types.PromptOpts{
Title: self.c.Tr.StashChanges, Title: self.c.Tr.StashChanges,
HandleConfirm: func(stashComment string) error { HandleConfirm: func(stashComment string) error {