Skip to content

Commit

Permalink
apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauernfeind committed Nov 2, 2023
1 parent eb601af commit 3e642ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
import java.util.stream.Stream;

public abstract class SelectAndViewAnalyzer implements LogOutputAppendable {
private static final Consumer<ColumnSource<?>> NOOP = ignore -> {};
private static final Consumer<ColumnSource<?>> NOOP = ignore -> {
};

public enum Mode {
VIEW_LAZY, VIEW_EAGER, SELECT_STATIC, SELECT_REFRESHING, SELECT_REDIRECTED_REFRESHING, SELECT_REDIRECTED_STATIC
Expand Down

0 comments on commit 3e642ab

Please sign in to comment.