mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-01 22:52:01 +02:00
Fix warning ST1016: methods on the same type should have the same receiver name
This commit is contained in:
@@ -75,8 +75,8 @@ type LinesToRead struct {
|
||||
Then func()
|
||||
}
|
||||
|
||||
func (m *ViewBufferManager) GetTaskKey() string {
|
||||
return m.taskKey
|
||||
func (self *ViewBufferManager) GetTaskKey() string {
|
||||
return self.taskKey
|
||||
}
|
||||
|
||||
func NewViewBufferManager(
|
||||
|
||||
Reference in New Issue
Block a user