Commit ae667299 authored by Adin Schmahmann's avatar Adin Schmahmann

go fmt

parent e26e489b
......@@ -49,7 +49,7 @@ func (sub *Subscription) Cancel() {
sub.cancelCh <- sub
}
func (sub *Subscription) close(){
func (sub *Subscription) close() {
close(sub.ch)
close(sub.joinCh)
close(sub.leaveCh)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment