mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Remove redundant returns; linting
This commit is contained in:
parent
dae9e626a5
commit
c1c1814ce8
|
|
@ -26,7 +26,6 @@ func (t *RoomserverInternalAPITrace) InputRoomEvents(
|
|||
) {
|
||||
t.Impl.InputRoomEvents(ctx, req, res)
|
||||
util.GetLogger(ctx).Infof("InputRoomEvents req=%+v res=%+v", js(req), js(res))
|
||||
return
|
||||
}
|
||||
|
||||
func (t *RoomserverInternalAPITrace) PerformInvite(
|
||||
|
|
|
|||
|
|
@ -162,5 +162,4 @@ func (r *Inputer) InputRoomEvents(
|
|||
return
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue