Skip to content

Commit

Permalink
✨ Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Dec 15, 2023
1 parent 541d205 commit 7439c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/libraries/SignatureCheckerLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ library SignatureCheckerLib {
return recovered;

Check warning on line 93 in src/libraries/SignatureCheckerLib.sol

View check run for this annotation

Codecov / codecov/patch

src/libraries/SignatureCheckerLib.sol#L90-L93

Added lines #L90 - L93 were not covered by tests
}

/// @dev Overload of {ECDSA-tryRecover} that receives
/// @dev Overload of {ECDSA-tryRecover} that receives
/// the `v`, `r` and `s` signature fields separately.
function tryRecover(bytes32 hash, uint8 v, bytes32 r, bytes32 s)
internal
Expand Down
4 changes: 2 additions & 2 deletions test/utils/Bootstrap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ import {SynthMinter} from "test/utils/SynthMinter.sol";
/// @dev it gives the Engine contract ADMIN_PERMISSION over the account owned by the ACTOR
/// which is defined by its accountId
///
/// @custom:network it can deploy the SMv3 system to the
/// @custom:network it can deploy the SMv3 system to the
/// Optimism Goerli or Optimism network in a forked environment (relies on up-to-date constants)
///
/// @custom:deployment it uses the deploy script in the script/ directory to deploy the SMv3 system
/// and effectively tests the deploy script as well
///
/// @author JaredBorders ([email protected])
contract Bootstrap is Test, Constants, Conditions, SynthetixV3Errors {
// lets any test contract that inherits from this contract
// lets any test contract that inherits from this contract
// use the console.log()
using console2 for *;

Expand Down

0 comments on commit 7439c41

Please sign in to comment.