Skip to content

Commit

Permalink
fix(rs-dpp): lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Jan 31, 2025
1 parent cfe2b60 commit eb4c953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rs-dpp/src/document/document_factory/v0/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ use crate::prelude::{BlockHeight, CoreBlockHeight, TimestampMillis};
use crate::state_transition::documents_batch_transition::{
document_transition::{
action_type::DocumentTransitionActionType, DocumentCreateTransition,
DocumentDeleteTransition, DocumentReplaceTransition, DocumentTransition,
DocumentPurchaseTransition, DocumentTransferTransition, DocumentUpdatePriceTransition,
DocumentDeleteTransition, DocumentPurchaseTransition, DocumentReplaceTransition,
DocumentTransferTransition, DocumentTransition, DocumentUpdatePriceTransition,
},
DocumentsBatchTransition, DocumentsBatchTransitionV0,
};
Expand Down

0 comments on commit eb4c953

Please sign in to comment.