Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Dec 29, 2023
1 parent b914071 commit 9dd6475
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
/**
* Check utils.
*
* derived from https://github.com/google/guava/blob/master/guava/src/com/google/common/base/Preconditions.java
* <p>derived from
* https://github.com/google/guava/blob/master/guava/src/com/google/common/base/Preconditions.java
*/
public class Preconditions {
public static <T> T checkNotNull(T o) {
Expand Down

0 comments on commit 9dd6475

Please sign in to comment.