Fix clippy issue

This commit is contained in:
natalie 2024-04-15 11:13:09 +01:00
parent c205ef73e0
commit b23563f86c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub fn check_serialize_vss_commitment<C: Ciphersuite, R: RngCore + CryptoRng>(mu
// ---
let expected = vec![
let expected = [
<C::Group>::serialize(&input_1),
<C::Group>::serialize(&input_2),
<C::Group>::serialize(&input_3),