Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Sep 19, 2024
1 parent 5c4de31 commit 0e47e5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,9 @@ sealed trait SCollection[T] extends PCollectionWrapper[T] {
def min(implicit ord: Ordering[T]): SCollection[T] =
this.reduce(ord.min)


/**
* Return the latest of this SCollection according to its event time, or null if there are no elements.
* Return the latest of this SCollection according to its event time, or null if there are no
* elements.
* @return
* a new SCollection with the latest element
* @group transform
Expand Down

0 comments on commit 0e47e5c

Please sign in to comment.