mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-11 21:32:06 +01:00
multi: fix linting errors
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
|
||||
type unknownAddrType struct{}
|
||||
|
||||
func (_ unknownAddrType) Network() string { return "unknown" }
|
||||
func (_ unknownAddrType) String() string { return "unknown" }
|
||||
func (t unknownAddrType) Network() string { return "unknown" }
|
||||
func (t unknownAddrType) String() string { return "unknown" }
|
||||
|
||||
var addrTests = []struct {
|
||||
expAddr net.Addr
|
||||
|
||||
Reference in New Issue
Block a user