mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-12-26 00:05: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 {
|
impl EntryBatchData {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
EntryBatchData::Incomplete(IncompleteData {
|
EntryBatchData::Incomplete(IncompleteData {
|
||||||
|
Loading…
Reference in New Issue
Block a user