Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Mar 18, 2024
1 parent 8dfc529 commit ef6dc99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object ObservationInsertAction {
): ProgramSummaries => ProgramSummaries = agwo =>
optObs.fold { // undo
agwo.removeObs(obsId)
} { // do or re-do
} { // do or re-do
agwo.insertObs
}

Expand Down

0 comments on commit ef6dc99

Please sign in to comment.