mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
Remove unnecessary type arguments
I'm getting warnings in my editor about these, probably because of an updated gopls again.
This commit is contained in:
@@ -30,7 +30,7 @@ func NewCommitFilesController(
|
||||
return &CommitFilesController{
|
||||
baseController: baseController{},
|
||||
c: c,
|
||||
ListControllerTrait: NewListControllerTrait[*filetree.CommitFileNode](
|
||||
ListControllerTrait: NewListControllerTrait(
|
||||
c,
|
||||
c.Contexts().CommitFiles,
|
||||
c.Contexts().CommitFiles.GetSelected,
|
||||
|
||||
Reference in New Issue
Block a user