Run gofumpt

This commit is contained in:
9seconds
2022-03-19 14:12:14 +03:00
parent 4b1f823777
commit 8da55410de
12 changed files with 34 additions and 14 deletions
+2 -1
View File
@@ -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,