go fmt
This commit is contained in:
parent
e26e489bdd
commit
ae667299a8
|
@ -49,7 +49,7 @@ func (sub *Subscription) Cancel() {
|
||||||
sub.cancelCh <- sub
|
sub.cancelCh <- sub
|
||||||
}
|
}
|
||||||
|
|
||||||
func (sub *Subscription) close(){
|
func (sub *Subscription) close() {
|
||||||
close(sub.ch)
|
close(sub.ch)
|
||||||
close(sub.joinCh)
|
close(sub.joinCh)
|
||||||
close(sub.leaveCh)
|
close(sub.leaveCh)
|
||||||
|
|
Loading…
Reference in New Issue