doc: format document

This commit is contained in:
dudaodong
2023-01-13 10:48:21 +08:00
parent 6f27e0bfbf
commit b422d98702
+2 -2
View File
@@ -82,8 +82,8 @@ import (
)
func main() {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
c := concurrency.NewChannel[int]()
genVals := func() <-chan <-chan int {