Skip to content

Commit 1b26f62

Browse files
committed
cargo fmt
1 parent 75b56d6 commit 1b26f62

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry/src/routes/channel.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,7 @@ pub async fn get_leaf<C: Locked + 'static>(
557557
)?
558558
}
559559
};
560-
let merkle_tree =
561-
MerkleTree::new(&[element])?;
560+
let merkle_tree = MerkleTree::new(&[element])?;
562561

563562
let signable_state_root = get_signable_state_root(channel.id().as_bytes(), &merkle_tree.root());
564563

0 commit comments

Comments
 (0)