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:
@ -27,7 +27,7 @@ func NewSubmodulesController(
|
||||
) *SubmodulesController {
|
||||
return &SubmodulesController{
|
||||
baseController: baseController{},
|
||||
ListControllerTrait: NewListControllerTrait[*models.SubmoduleConfig](
|
||||
ListControllerTrait: NewListControllerTrait(
|
||||
c,
|
||||
c.Contexts().Submodules,
|
||||
c.Contexts().Submodules.GetSelected,
|
||||
|
Reference in New Issue
Block a user