Skip to content

Commit eee4269

Browse files
committed
[lib][rr_graph] use std::ranges::max instead std::max
1 parent 4ea147f commit eee4269

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/librrgraph/src/utils/alloc_and_load_rr_indexed_data.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ void alloc_and_load_rr_indexed_data(const RRGraphView& rr_graph,
156156
rr_indexed_data[index].seg_index = seg_ptr->seg_index;
157157
}
158158

159-
load_rr_indexed_data_T_values(rr_graph,
160-
rr_indexed_data);
159+
load_rr_indexed_data_T_values(rr_graph, rr_indexed_data);
161160

162161
fixup_rr_indexed_data_T_values(rr_indexed_data, total_num_segment);
163162

0 commit comments

Comments
 (0)