Apply suggestion to internal/store/event_loop.go

This commit is contained in:
James Houlahan
2020-05-06 13:42:52 +00:00
parent cda3000a7a
commit c1a57a2e12

View File

@ -118,7 +118,7 @@ func (loop *eventLoop) stop() {
}
}
func (loop *eventLoop) start() { // nolint[funlen]
func (loop *eventLoop) start() {
if loop.isRunning {
return
}