Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Nov 4, 2024
1 parent ccbc746 commit d8610b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/AgentKey.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ contract AgentKey is DecentralizedAutonomousTrust {
}

/// @dev Overrides the modifier in ContinuousOffering
modifier authorizeTransfer(
address _from,
address _to,
uint256 _value,
bool _isSell
) {
modifier authorizeTransfer(address _from, address _to, uint256 _value, bool _isSell) {
if (isStopped) {
revert("Contract is stopped");
}
Expand Down

0 comments on commit d8610b6

Please sign in to comment.