mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-22 09:05:20 -05:00
Refine code according to golangci-lint results
This commit is contained in:
@@ -44,7 +44,7 @@ func (t *Periodic) checkedExecute() error {
|
||||
}
|
||||
|
||||
t.timer = time.AfterFunc(t.Interval, func() {
|
||||
t.checkedExecute() // nolint: errcheck
|
||||
t.checkedExecute()
|
||||
})
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user