mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03: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:
@ -28,7 +28,7 @@ func NewSwitchToSubCommitsController(
|
||||
) *SwitchToSubCommitsController {
|
||||
return &SwitchToSubCommitsController{
|
||||
baseController: baseController{},
|
||||
ListControllerTrait: NewListControllerTrait[types.Ref](
|
||||
ListControllerTrait: NewListControllerTrait(
|
||||
c,
|
||||
context,
|
||||
context.GetSelectedRef,
|
||||
|
Reference in New Issue
Block a user