mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 09:54:01 +03:00
Run gofumpt
This commit is contained in:
@@ -84,7 +84,8 @@ func (w *wrapperCtx) RemoteAddr() *net.TCPAddr {
|
||||
|
||||
func NewCtx(ctx context.Context,
|
||||
cancel context.CancelFunc,
|
||||
parent conntypes.StreamReadWriteCloser) conntypes.StreamReadWriteCloser {
|
||||
parent conntypes.StreamReadWriteCloser,
|
||||
) conntypes.StreamReadWriteCloser {
|
||||
return &wrapperCtx{
|
||||
parent: parent,
|
||||
ctx: ctx,
|
||||
|
||||
Reference in New Issue
Block a user