Skip to content

Commit

Permalink
add semicolon to end of summary in access roles servicer certora
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 26, 2024
1 parent 78040d3 commit 47592d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/termRepoServicer/accessRoles.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ methods {
function ROLLOVER_MANAGER() external returns (bytes32) envfree;
function ROLLOVER_TARGET_AUCTIONEER_ROLE() external returns (bytes32) envfree;

function TermController.verifyMintExposure(address) external returns(bool) => NONDET
function TermController.verifyMintExposure(address) external returns(bool) => NONDET;
}


Expand Down

0 comments on commit 47592d6

Please sign in to comment.