mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
gocyclo, for a change
This commit is contained in:
parent
263fea7aed
commit
51dfb3aaf9
|
|
@ -32,6 +32,7 @@ type Node struct {
|
|||
incoming chan *yamux.Stream
|
||||
}
|
||||
|
||||
// nolint:gocyclo
|
||||
func Setup(instanceName, instancePeer string) (*Node, error) {
|
||||
n := &Node{
|
||||
core: &yggdrasil.Core{},
|
||||
|
|
|
|||
Loading…
Reference in a new issue