Skip to content

Commit 18f3fa8

Browse files
committed
fix(bb-sol): commit Debug.sol in forge-fmt-stable form on next
1 parent b0185eb commit 18f3fa8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

barretenberg/sol/test/utils/Debug.sol

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
pragma solidity >=0.8.27;
44

55
import {Fr} from "src/honk/Fr.sol";
6-
import {
7-
Honk,
8-
NUMBER_OF_ALPHAS,
9-
CONST_PROOF_SIZE_LOG_N
10-
} from "src/honk/HonkTypes.sol";
6+
import {Honk, NUMBER_OF_ALPHAS, CONST_PROOF_SIZE_LOG_N} from "src/honk/HonkTypes.sol";
117
import {Transcript} from "src/honk/Transcript.sol";
128

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

0 commit comments

Comments
 (0)