1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +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:
Stefan Haller
2025-03-03 21:23:46 +01:00
parent a4d6d020c4
commit 44097384d3
19 changed files with 19 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ type WorktreeOptionsController struct {
func NewWorktreeOptionsController(c *ControllerCommon, context CanViewWorktreeOptions) *WorktreeOptionsController {
return &WorktreeOptionsController{
baseController: baseController{},
ListControllerTrait: NewListControllerTrait[string](
ListControllerTrait: NewListControllerTrait(
c,
context,
context.GetSelectedItemId,