mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
More linter fixes
This commit is contained in:
@@ -65,7 +65,6 @@ func get_destination(hostname string) (username, hostname_for_match string) {
|
||||
}
|
||||
if !parsed && strings.Contains(hostname, "@") && hostname[0] != '@' {
|
||||
_, hostname_for_match, _ = strings.Cut(hostname, "@")
|
||||
parsed = true
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user