mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-02-16 20:43:17 +03:00
Fix README code indentation
This commit is contained in:
parent
f978e42036
commit
ca153acaa8
@ -14,7 +14,7 @@ func Count(start int, end int) chan int {
|
||||
ch <- i
|
||||
}
|
||||
|
||||
close(ch)
|
||||
close(ch)
|
||||
}(ch)
|
||||
|
||||
return ch
|
||||
|
Loading…
x
Reference in New Issue
Block a user