We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2dea7 commit 8f0cbccCopy full SHA for 8f0cbcc
substrate/frame/revive/src/exec.rs
@@ -1637,7 +1637,7 @@ where
1637
let value = BalanceWithDust::<BalanceOf<T>>::from_value::<T>(value)
1638
.map_err(|_| Error::<T>::BalanceConversionFailed)?;
1639
if value.is_zero() {
1640
- return Ok(())
+ return Ok(());
1641
}
1642
1643
if <System<T>>::account_exists(to) {
0 commit comments