Skip to content

Commit

Permalink
Reapply Spotless Java
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Emoto <[email protected]>
Signed-off-by: Ethan Emoto <[email protected]>
  • Loading branch information
e-emoto committed Jan 21, 2025
1 parent 1c6d778 commit 385e685
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ public final class RescoreContext {
private boolean rescoreDisabled = false;

// Rescore context to be used when rescoring should be explicitly disabled
public static final RescoreContext EXPLICITLY_DISABLED_RESCORE_CONTEXT = RescoreContext.builder().oversampleFactor(DEFAULT_OVERSAMPLE_FACTOR).rescoreDisabled(true).build();
public static final RescoreContext EXPLICITLY_DISABLED_RESCORE_CONTEXT = RescoreContext.builder()
.oversampleFactor(DEFAULT_OVERSAMPLE_FACTOR)
.rescoreDisabled(true)
.build();

/**
*
Expand Down

0 comments on commit 385e685

Please sign in to comment.