okex: format comment

This commit is contained in:
c9s 2021-12-23 23:40:49 +08:00
parent 40c4dcf2a0
commit d01b9968a6

View File

@ -335,7 +335,7 @@ func (s *Stream) read(ctx context.Context) {
s.EmitEvent(*et)
case *BookData:
//there's "books" for 400 depth and books5 for 5 depth
// there's "books" for 400 depth and books5 for 5 depth
if et.channel != "books5" {
s.EmitBookData(*et)
}