remove trailing hitespace :(
This commit is contained in:
parent
6a265ad203
commit
001fc0bccc
|
@ -312,7 +312,7 @@ where
|
||||||
let () = AssertValidMnemonicSize::<N>::OK_CHUNKS;
|
let () = AssertValidMnemonicSize::<N>::OK_CHUNKS;
|
||||||
let () = AssertValidMnemonicSize::<N>::OK_SIZE;
|
let () = AssertValidMnemonicSize::<N>::OK_SIZE;
|
||||||
}
|
}
|
||||||
Self::from_raw_bytes(&bytes)
|
Self::from_raw_bytes(&bytes)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Generate a [`Mnemonic`] from the provided data and [`Wordlist`]. The data is expected to be
|
/// Generate a [`Mnemonic`] from the provided data and [`Wordlist`]. The data is expected to be
|
||||||
|
|
Loading…
Reference in New Issue