Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jun 13, 2024
1 parent ba79df2 commit efbcbcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/par/merge_sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ where
// Initially, these pointers point to the beginnings of their arrays.
//let left = &mut hole.start;
let mut right = mid; //v_mid
//let out = &mut hole.dest;

//let out = &mut hole.dest;

while hole.start < hole.end && right < len {
// Consume the lesser side.
Expand Down

0 comments on commit efbcbcd

Please sign in to comment.