mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
cleanup: remove redundant return statement (#3297)
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
committed by
Miek Gieben
parent
004c5fca9d
commit
081e45afa3
@@ -48,5 +48,4 @@ func xfr(state request.Request, truncate bool) {
|
||||
|
||||
tr.Out(state.W, state.Req, ch)
|
||||
state.W.Hijack()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user