fix a couple new lints

This commit is contained in:
realbigsean
2023-02-13 17:13:47 -05:00
parent cd8757de1c
commit d2ecbd942e
3 changed files with 4 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ impl BlockId {
"Blob with block root {} is not in the store",
root
))),
Err(e) => Err(warp_utils::reject::beacon_chain_error(e.into())),
Err(e) => Err(warp_utils::reject::beacon_chain_error(e)),
}
}
}