Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Nov 5, 2024
1 parent 306f68b commit b4299ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions script/universal/Simulation.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ library Simulation {
return accesses;
}

function overrideSafeThresholdAndNonce(address _safe, uint256 _nonce)
public
view
returns (StateOverride memory)
{
function overrideSafeThresholdAndNonce(address _safe, uint256 _nonce) public view returns (StateOverride memory) {
StateOverride memory state = StateOverride({contractAddress: _safe, overrides: new StorageOverride[](0)});
state = addThresholdOverride(_safe, state);
state = addNonceOverride(_safe, state, _nonce);
Expand Down

0 comments on commit b4299ea

Please sign in to comment.