Skip to content
Snippets Groups Projects
Commit 1717eaff authored by Éloïs's avatar Éloïs
Browse files

fix clippy warning

parent 20b30dbe
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ impl DALBlock { ...@@ -375,7 +375,7 @@ impl DALBlock {
})?) })?)
} }
/// Compute median issuers frame /// Compute median issuers frame
pub fn compute_median_issuers_frame(&mut self, db: &BinDB<LocalBlockchainV10Datas>) -> () { pub fn compute_median_issuers_frame(&mut self, db: &BinDB<LocalBlockchainV10Datas>) {
let current_frame = self let current_frame = self
.get_current_frame(db) .get_current_frame(db)
.expect("Fatal error : fail to read LocalBlockchainV10DB !"); .expect("Fatal error : fail to read LocalBlockchainV10DB !");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment