Skip to content

Commit 905d4ae

Browse files
committed
fix(bb-sol): commit Debug.sol in forge-fmt-stable form on next
1 parent cf1a239 commit 905d4ae

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

barretenberg/sol/test/utils/Debug.sol

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@
22
// Copyright 2024 Aztec Labs.
33
pragma solidity >=0.8.27;
44

5-
import "forge-std/console2.sol";
65
import {Fr} from "src/honk/Fr.sol";
7-
import {
8-
Honk,
9-
NUMBER_OF_ALPHAS,
10-
NUMBER_OF_ENTITIES,
11-
BATCHED_RELATION_PARTIAL_LENGTH,
12-
CONST_PROOF_SIZE_LOG_N,
13-
PAIRING_POINTS_SIZE
14-
} from "src/honk/HonkTypes.sol";
6+
import {Honk, NUMBER_OF_ALPHAS, CONST_PROOF_SIZE_LOG_N} from "src/honk/HonkTypes.sol";
157
import {Transcript} from "src/honk/Transcript.sol";
168

179
function bytes32ToString(bytes32 value) pure returns (string memory result) {

0 commit comments

Comments
 (0)