Skip to content

Commit 857d518

Browse files
committed
update event-emitter.js
1 parent aff4618 commit 857d518

3 files changed

Lines changed: 533 additions & 523 deletions

File tree

go/beacon.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ type Beacon struct {
3232
done chan bool
3333
ping time.Time
3434
mu sync.RWMutex
35-
running bool
35+
running bool
3636
}
3737

3838
func (b *Beacon) start() {
3939
if !b.running {
4040
go b.run()
41-
b.sendPing();
41+
b.sendPing()
4242
}
4343
}
4444

0 commit comments

Comments
 (0)