mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +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:
@ -18,7 +18,7 @@ func NewSuggestionsController(
|
||||
) *SuggestionsController {
|
||||
return &SuggestionsController{
|
||||
baseController: baseController{},
|
||||
ListControllerTrait: NewListControllerTrait[*types.Suggestion](
|
||||
ListControllerTrait: NewListControllerTrait(
|
||||
c,
|
||||
c.Contexts().Suggestions,
|
||||
c.Contexts().Suggestions.GetSelected,
|
||||
|
Reference in New Issue
Block a user