lint fixes

This commit is contained in:
William Banfield
2022-10-26 18:19:18 -04:00
parent 074f5f1bf4
commit e561129f43
7 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ func (bcR *Reactor) poolRoutine(stateSynced bool) {
case <-statusUpdateTicker.C:
// ask for status updates
go bcR.BroadcastStatusRequest() //nolint: errcheck
go bcR.BroadcastStatusRequest()
}
}