Skip to content

Commit 7f12f04

Browse files
committed
Fix format
1 parent 885a848 commit 7f12f04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ArbOwner.sol

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,11 @@ interface ArbOwner {
6666
/// @param resource the resource kind (see Nitro documentation for the list of resources)
6767
/// @param periodSecs the time window for the constraint
6868
/// @param targetPerPeriod the target limit for the given period and resource
69-
function setResourceConstraint(uint8 resource, uint32 periodSecs, uint64 targetPerPeriod) external;
69+
function setResourceConstraint(
70+
uint8 resource,
71+
uint32 periodSecs,
72+
uint64 targetPerPeriod
73+
) external;
7074

7175
/// @notice Removes a resource constraint
7276
/// @notice Available on ArbOS version 50 and above

0 commit comments

Comments
 (0)