Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jan 28, 2024
1 parent 6e61fdb commit 9a6bfad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/precompiles/ArbOwnerPublic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ interface ArbOwnerPublic {
/// @notice Get the next scheduled ArbOS version upgrade and its activation timestamp.
/// Returns (0, 0) if no ArbOS upgrade is scheduled.
/// Available in ArbOS version 20.
function getScheduledUpgrade() external view returns (uint64 arbosVersion, uint64 scheduledForTimestamp);
function getScheduledUpgrade()
external
view
returns (uint64 arbosVersion, uint64 scheduledForTimestamp);

event ChainOwnerRectified(address rectifiedOwner);
}

0 comments on commit 9a6bfad

Please sign in to comment.