Skip to content

Commit 5c77ef3

Browse files
fix: format Scheduler.sol
Co-Authored-By: Tejas Badadare <[email protected]>
1 parent b31a87c commit 5c77ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/contracts/contracts/pulse/Scheduler.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ abstract contract Scheduler is IScheduler, SchedulerState {
530530
SubscriptionStatus storage status = _state.subscriptionStatuses[
531531
subscriptionId
532532
];
533-
533+
534534
if (!params.isActive) {
535535
revert InactiveSubscription();
536536
}

0 commit comments

Comments
 (0)