multi: rename lll to ll and remove unused nolint

This commit is contained in:
yyforyongyu
2024-12-04 07:20:59 +08:00
parent 48fba10562
commit d108e14c5d
3 changed files with 4 additions and 4 deletions

View File

@@ -526,7 +526,7 @@ func New(cfg Config, selfKeyDesc *keychain.KeyDescriptor) *AuthenticatedGossiper
futureMsgs: newFutureMsgCache(maxFutureMessages),
quit: make(chan struct{}),
chanPolicyUpdates: make(chan *chanPolicyUpdateRequest),
prematureChannelUpdates: lru.NewCache[uint64, *cachedNetworkMsg]( //nolint: lll
prematureChannelUpdates: lru.NewCache[uint64, *cachedNetworkMsg]( //nolint: ll
maxPrematureUpdates,
),
channelMtx: multimutex.NewMutex[uint64](),