Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyz26 committed Dec 17, 2024
1 parent eedfbd6 commit b635b8f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ Duration getLastSchedulerLeasedDuration()
return Duration.between(this.lastSchedulerLeased, this.clock.instant());
}

void updateLastSchedulerLeased() {
void updateLastSchedulerLeased()
{
this.lastSchedulerLeased = this.clock.instant();
}

Expand Down

0 comments on commit b635b8f

Please sign in to comment.