mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
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 {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user