Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 6, 2024
1 parent 0c612f1 commit 9447a2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
type L2Block,
L2BlockDownloader,
type L2BlockSource,
MerkleTreeId,
} from '@aztec/circuit-types';
import { type L2BlockHandledStats } from '@aztec/circuit-types/stats';
import { L1_TO_L2_MSG_SUBTREE_HEIGHT } from '@aztec/circuits.js/constants';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import {
type MerkleTreeDb,
type TreeSnapshots,
} from './merkle_tree_db.js';
import { MerkleTreeMap } from './merkle_tree_map.js';
import { type MerkleTreeMap } from './merkle_tree_map.js';
import { MerkleTreeOperationsFacade } from './merkle_tree_operations_facade.js';

/**
Expand Down

0 comments on commit 9447a2d

Please sign in to comment.