Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed Feb 12, 2024
2 parents 7f0bd7d + cb03f0a commit 3f5d11e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import org.lambda.functions.Function1;
import org.lambda.query.Queryable;

public interface Creator<T> extends Function1<Queryable<String>, T> {
public interface Creator<T> extends Function1<Queryable<String>, T>
{
}

0 comments on commit 3f5d11e

Please sign in to comment.