Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Dec 3, 2024
1 parent c86a250 commit 25fae48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ICertManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ interface ICertManager {
}

function verifyCert(bytes memory cert, bool clientCert, bytes32 parentCertHash)
external
returns (CachedCert memory);
external
returns (CachedCert memory);

function verifyCertBundle(bytes memory certificate, bytes[] calldata cabundle)
external
returns (CachedCert memory);
external
returns (CachedCert memory);
}

0 comments on commit 25fae48

Please sign in to comment.