Skip to content

Commit

Permalink
style: run forge fmt in precompiles
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Aug 14, 2024
1 parent c48baf0 commit ba1cda3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion precompiles/Precompiles.sol
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ contract Precompiles {
}

/// @notice Deploys all V2 Core contracts.
function deployCore(address initialAdmin)
function deployCore(
address initialAdmin
)
public
returns (
ISablierV2LockupDynamic lockupDynamic,
Expand Down

0 comments on commit ba1cda3

Please sign in to comment.