Skip to content

Commit 758960d

Browse files
committed
fmt
1 parent 712608b commit 758960d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProofManagerV1.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.28;
33

4-
import {ProofManagerStorage} from "./store/ProofManagerStorage.sol";
4+
import { ProofManagerStorage } from "./store/ProofManagerStorage.sol";
55
import { MinHeapLib } from "./store/MinHeapLib.sol";
66
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
77
import "./interfaces/IProofManager.sol";

0 commit comments

Comments
 (0)