Skip to content

Commit 3d7314e

Browse files
committed
add no lint as a workaround
1 parent 28c00eb commit 3d7314e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconciler/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ func (r *Reconciler) inactiveAccountQueue(
573573
accountCurrency *types.AccountCurrency,
574574
liveBlock *types.BlockIdentifier,
575575
hasLock bool,
576-
) error {
576+
) error { // nolint
577577
if !hasLock {
578578
r.inactiveQueueMutex.Lock(false)
579579
defer r.inactiveQueueMutex.Unlock()

0 commit comments

Comments
 (0)