Skip to content

Commit

Permalink
Corrected spaces and lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth0525 committed Sep 5, 2024
1 parent 3eaeeb6 commit 6423bf3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public static <T> List<T> emptyIfNull(final List<T> list) {
public static <E> List<E> fixedSizeList(final List<E> list) {
return FixedSizeList.fixedSizeList(list);
}

/**
* Gets the first element of a list.
* <p>
Expand Down

0 comments on commit 6423bf3

Please sign in to comment.