Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Nov 6, 2024
1 parent d6a4326 commit f08c190
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2756,8 +2756,8 @@ private IndexWriterConfig getIndexWriterConfig() {

private boolean useSyntheticSourceForRecovery() {
return engineConfig.getMapperService() != null
&& engineConfig.getMapperService().mappingLookup().isSourceSynthetic()
&& engineConfig.getIndexSettings().isRecoverySourceSyntheticEnabled();
&& engineConfig.getMapperService().mappingLookup().isSourceSynthetic()
&& engineConfig.getIndexSettings().isRecoverySourceSyntheticEnabled();

}

Expand Down

0 comments on commit f08c190

Please sign in to comment.