Skip to content

Commit 8b7ba77

Browse files
committed
fix: lint
1 parent 5e455b2 commit 8b7ba77

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/beacon-node/src/chain/stateCache/persistentCheckpointsCache.ts

+1-9
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,7 @@ export class PersistentCheckpointStateCache implements CheckpointStateCache {
103103
private readonly bufferPool?: BufferPool | null;
104104

105105
constructor(
106-
{
107-
metrics,
108-
logger,
109-
clock,
110-
signal,
111-
datastore,
112-
blockStateCache,
113-
bufferPool,
114-
}: PersistentCheckpointStateCacheModules,
106+
{metrics, logger, clock, signal, datastore, blockStateCache, bufferPool}: PersistentCheckpointStateCacheModules,
115107
opts: PersistentCheckpointStateCacheOpts
116108
) {
117109
this.cache = new MapTracker(metrics?.cpStateCache);

0 commit comments

Comments
 (0)