Skip to content

Commit 71d1282

Browse files
committed
ran cargo fmt
1 parent d0371a8 commit 71d1282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/src/ledger/transition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl Transition {
182182
let tvk = tpk.scalar_multiply(&view_key.to_scalar()).to_x_coordinate();
183183
tvk
184184
}
185-
185+
186186
/// Get the transition commitment of the transition.
187187
pub fn tcm(&self) -> Field {
188188
Field::from(self.0.tcm())

0 commit comments

Comments
 (0)