Skip to content

Commit

Permalink
fix: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Oct 17, 2023
1 parent 093bcd2 commit 80995c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/configuration/ExitLiquidity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"files": [
"certora/harness/MorphoHarness.sol"
],
"verify": "MorphoHarness:certora/specs/ExitLiquidity.spec"
"verify": "MorphoHarness:certora/specs/ExitLiquidity.spec",
"msg": "Morpho Blue Exit Liquidity"
}

0 comments on commit 80995c8

Please sign in to comment.