mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Fix some issues reported by staticcheck
This commit is contained in:
@@ -230,7 +230,7 @@ func (self *hyperlink_state) apply_osc(raw string) {
|
||||
self.url = parts[2]
|
||||
}
|
||||
|
||||
func (self hyperlink_state) reset() {
|
||||
func (self *hyperlink_state) reset() {
|
||||
self.id = ""
|
||||
self.url = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user