mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +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:
@ -26,7 +26,7 @@ func NewBisectController(
|
||||
return &BisectController{
|
||||
baseController: baseController{},
|
||||
c: c,
|
||||
ListControllerTrait: NewListControllerTrait[*models.Commit](
|
||||
ListControllerTrait: NewListControllerTrait(
|
||||
c,
|
||||
c.Contexts().LocalCommits,
|
||||
c.Contexts().LocalCommits.GetSelected,
|
||||
|
Reference in New Issue
Block a user