fix: format transport pipe constructor

Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-09-07 22:43:21 +00:00
committed by GitHub
co-authored by RPRX
parent 6539270b98
commit 8d0d2bbd4f
+4 -4
View File
@@ -63,8 +63,8 @@ func New(opts ...Option) (*Reader, *Writer) {
}
return &Reader{
pipe: p,
}, &Writer{
pipe: p,
}
pipe: p,
}, &Writer{
pipe: p,
}
}