Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdlr committed Oct 22, 2024
1 parent 612424f commit b968cd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ciphernode/data/src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ pub trait FromSnapshotWithParams: Snapshot {
async fn from_snapshot(params: Self::Params, snapshot: Self::Snapshot) -> Result<Self>;
}


/// Enable the self type to be reconstituted from the Snapshot only
#[async_trait]
pub trait FromSnapshot: Snapshot {
Expand Down

0 comments on commit b968cd8

Please sign in to comment.