Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Dec 13, 2024
1 parent 4f6a239 commit 5c0c7b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 6 additions & 1 deletion yarn-project/prover-node/src/prover-coordination/factory.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { type ArchiveSource, type Archiver } from '@aztec/archiver';
import { BBCircuitVerifier, TestCircuitVerifier } from '@aztec/bb-prover';
import { P2PClientType, type ProverCoordination, type WorldStateSynchronizer, createAztecNodeClient } from '@aztec/circuit-types';
import {
P2PClientType,
type ProverCoordination,
type WorldStateSynchronizer,
createAztecNodeClient,
} from '@aztec/circuit-types';
import { createLogger } from '@aztec/foundation/log';
import { type DataStoreConfig } from '@aztec/kv-store/config';
import { createP2PClient } from '@aztec/p2p';
Expand Down
7 changes: 1 addition & 6 deletions yarn-project/prover-node/src/prover-node.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ import { times } from '@aztec/foundation/collection';
import { Signature } from '@aztec/foundation/eth-signature';
import { sleep } from '@aztec/foundation/sleep';
import { openTmpStore } from '@aztec/kv-store/lmdb';
import {
type BootstrapNode,
InMemoryTxPool,
MemoryEpochProofQuotePool,
P2PClient,
} from '@aztec/p2p';
import { type BootstrapNode, InMemoryTxPool, MemoryEpochProofQuotePool, P2PClient } from '@aztec/p2p';
import { createBootstrapNode, createTestLibP2PService } from '@aztec/p2p/mocks';
import { type L1Publisher } from '@aztec/sequencer-client';
import { type PublicProcessorFactory } from '@aztec/simulator';
Expand Down

0 comments on commit 5c0c7b9

Please sign in to comment.