mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Remove unnecessary nolint
This commit is contained in:
parent
b6907f0d85
commit
dbfd80232f
|
|
@ -108,7 +108,6 @@ func (r *FederationSenderInternalAPI) PerformJoin(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// nolint:gocyclo
|
|
||||||
func (r *FederationSenderInternalAPI) performJoinUsingServer(
|
func (r *FederationSenderInternalAPI) performJoinUsingServer(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
roomID, userID string,
|
roomID, userID string,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue