Skip to content

Commit d934c42

Browse files
committed
Format
1 parent 4e0a2bc commit d934c42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

l1-contracts/test/benchmark/happy.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ contract BenchmarkRollupTest is FeeModelTestPoints, DecoderBase {
139139

140140
CommitteeAttestation internal emptyAttestation;
141141
mapping(address attester => uint256 privateKey) internal attesterPrivateKeys;
142-
142+
143143
// Track attestations by block number for proof submission
144144
mapping(uint256 => CommitteeAttestations) internal blockAttestations;
145145

@@ -377,7 +377,7 @@ contract BenchmarkRollupTest is FeeModelTestPoints, DecoderBase {
377377
address proposer = rollup.getCurrentProposer();
378378

379379
skipBlobCheck(address(rollup));
380-
380+
381381
// Store the attestations for the current block number
382382
uint256 currentBlockNumber = rollup.getPendingBlockNumber() + 1;
383383
blockAttestations[currentBlockNumber] = SignatureLib.packAttestations(b.attestations);

l1-contracts/test/compression/PreHeating.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ contract PreHeatingTest is FeeModelTestPoints, DecoderBase {
140140

141141
CommitteeAttestation internal emptyAttestation;
142142
mapping(address attester => uint256 privateKey) internal attesterPrivateKeys;
143-
143+
144144
// Track attestations by block number for proof submission
145145
mapping(uint256 => CommitteeAttestations) internal blockAttestations;
146146

0 commit comments

Comments
 (0)