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 f143de6 commit 890259a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ public void testNumMatchesAndCategoryPreference() throws Exception {
"time",
nowMillis - TimeValue.timeValueHours(7).millis(),
"msg",
"2015-10-18 18:01:52,728 INFO [main] org.mortbay.log: Started HttpServer2$SelectChannelConnectorWithSafeStartup@0.0.0.0:62267"
"2015-10-18 18:01:52,728 INFO [main] org.mortbay.log: "
+ "Started HttpServer2$SelectChannelConnectorWithSafeStartup@0.0.0.0:62267"
);
bulkRequestBuilder.add(indexRequest);
indexRequest = new IndexRequest(index);
Expand Down

0 comments on commit 890259a

Please sign in to comment.