mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -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
|
incoming chan *yamux.Stream
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// nolint:gocyclo
|
||||||
func Setup(instanceName, instancePeer string) (*Node, error) {
|
func Setup(instanceName, instancePeer string) (*Node, error) {
|
||||||
n := &Node{
|
n := &Node{
|
||||||
core: &yggdrasil.Core{},
|
core: &yggdrasil.Core{},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue