Skip to content

Commit ad563e7

Browse files
committed
formatting
Signed-off-by: TJ Neuenfeldt <[email protected]>
1 parent b537ce0 commit ad563e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/opensearch/search/profile/query/ConcurrentQueryProfileBreakdown.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public Map<String, Long> buildQueryBreakdownMap(
343343
);
344344

345345
// only modify the start/end time of the TimingType if the slice used the timer
346-
if(sliceBreakdownTypeCount > 0L) {
346+
if (sliceBreakdownTypeCount > 0L) {
347347
// query start/end time for a TimingType is min/max of start/end time across slices for that TimingType
348348
queryTimingTypeEndTime = Math.max(
349349
queryTimingTypeEndTime,

0 commit comments

Comments
 (0)