mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-12-25 07:45:17 +00:00
fix: clippy
This commit is contained in:
parent
e249cbb5ea
commit
9a9191021b
@ -128,6 +128,12 @@ impl DataRange for Subtree {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for EntryBatchData {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl EntryBatchData {
|
||||
pub fn new() -> Self {
|
||||
EntryBatchData::Incomplete(IncompleteData {
|
||||
|
Loading…
Reference in New Issue
Block a user