Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Dec 6, 2023
1 parent 890259a commit c3a783f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ public void testNumMatchesAndCategoryPreference() throws Exception {
"time",
nowMillis - TimeValue.timeValueHours(5).millis(),
"msg",
"2015-10-18 18:01:53,447 INFO [main] org.apache.hadoop.mapreduce.v2.app.rm.RMContainerRequestor: nodeBlacklistingEnabled:true"
"2015-10-18 18:01:53,447 INFO [main] org.apache.hadoop.mapreduce.v2.app.rm.RMContainerRequestor: "
+ "nodeBlacklistingEnabled:true"
);
bulkRequestBuilder.add(indexRequest);
indexRequest = new IndexRequest(index);
Expand Down

0 comments on commit c3a783f

Please sign in to comment.