Skip to content

Commit

Permalink
Commits intentionally failing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Oct 10, 2023
1 parent 0e494db commit 60fe31f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public interface Func<T> {
* @param <A> The type of {@code T}'s generic parameter.
* @param <T> The type of prefab value.
*/
@SuppressWarnings("unchecked")
@SuppressWarnings("unchecked")
@FunctionalInterface
interface Func1<A, T> extends Func<T> {
@Override
Expand Down

0 comments on commit 60fe31f

Please sign in to comment.