Skip to content

Commit f379b04

Browse files
committed
clean code
1 parent 598800b commit f379b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/HighlightPhase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private Query getHighlighterQueryForConstantFieldType(FetchContext context, Mapp
184184
return new TermQuery(new Term(fieldType.name(), getValueForConstantFieldType(context, fieldType)));
185185
}
186186
}
187-
}git
187+
}
188188
}
189189
return new MatchNoDocsQuery();
190190
}

0 commit comments

Comments
 (0)