Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Sep 4, 2024
1 parent a118dac commit 574ee3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/meta/src/controller/fragment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1613,8 +1613,11 @@ mod tests {
})
.collect();

let mut actor_bitmaps =
ActorMapping::new_uniform((0..actor_count).map(|i| i as _), VirtualNode::COUNT_FOR_TEST).to_bitmaps();
let mut actor_bitmaps = ActorMapping::new_uniform(
(0..actor_count).map(|i| i as _),
VirtualNode::COUNT_FOR_TEST,
)
.to_bitmaps();

let actors = (0..actor_count)
.map(|actor_id| {
Expand Down

0 comments on commit 574ee3f

Please sign in to comment.