Skip to content

Commit 8f0cbcc

Browse files
Update from github-actions[bot] running command 'fmt'
1 parent 6b2dea7 commit 8f0cbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/frame/revive/src/exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ where
16371637
let value = BalanceWithDust::<BalanceOf<T>>::from_value::<T>(value)
16381638
.map_err(|_| Error::<T>::BalanceConversionFailed)?;
16391639
if value.is_zero() {
1640-
return Ok(())
1640+
return Ok(());
16411641
}
16421642

16431643
if <System<T>>::account_exists(to) {

0 commit comments

Comments
 (0)