forked from Silverfish/proton-bridge
Apply suggestion to internal/store/event_loop.go
This commit is contained in:
@ -118,7 +118,7 @@ func (loop *eventLoop) stop() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (loop *eventLoop) start() { // nolint[funlen]
|
func (loop *eventLoop) start() {
|
||||||
if loop.isRunning {
|
if loop.isRunning {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user