We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712608b commit 758960dCopy full SHA for 758960d
src/ProofManagerV1.sol
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: MIT
2
pragma solidity ^0.8.28;
3
4
-import {ProofManagerStorage} from "./store/ProofManagerStorage.sol";
+import { ProofManagerStorage } from "./store/ProofManagerStorage.sol";
5
import { MinHeapLib } from "./store/MinHeapLib.sol";
6
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
7
import "./interfaces/IProofManager.sol";
0 commit comments