Forgot to close the channel :X

This commit is contained in:
Hamcha 2018-11-16 11:45:24 +01:00
parent bcb643ee78
commit 12d59d5cb6
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ func (em Table) Iterate(str string) <-chan Fragment {
Rune: r,
}
}
close(c)
}()
return c