Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Oct 13, 2023
1 parent 63cbdfd commit 8de4390
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ private SafeFuture<DutyResult> performDutyForSlot(
if (duty == null) {
return SafeFuture.completedFuture(DutyResult.NO_OP);
}

return dutyFunction.apply(duty);
}

Expand Down

0 comments on commit 8de4390

Please sign in to comment.