Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Mar 15, 2024
1 parent 47ca701 commit c839f0a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ trait CacheModifierUpdaters {
val programTimesReset = ProgramSummaries.programTimesPot.replace(Pot.pending)
val obsExecutionReset = ProgramSummaries.obsExecutionPots.modify(_.withUpdatePending(obsId))

obsUpdate
.andThen(groupsUpdate)
.andThen(programTimesReset)
.andThen(obsExecutionReset)
obsUpdate.andThen(groupsUpdate).andThen(programTimesReset).andThen(obsExecutionReset)
}

/**
Expand Down

0 comments on commit c839f0a

Please sign in to comment.