Skip to content

Commit bf99439

Browse files
committed
chore: fmtfix
1 parent e1a0043 commit bf99439

File tree

1 file changed

+6
-1
lines changed
  • rust/signed_doc/src/validator

1 file changed

+6
-1
lines changed

rust/signed_doc/src/validator/mod.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ use crate::{
2222
doc_types::{
2323
BRAND_PARAMETERS, CAMPAIGN_PARAMETERS, CATEGORY_PARAMETERS, PROPOSAL, PROPOSAL_COMMENT,
2424
PROPOSAL_COMMENT_FORM_TEMPLATE, PROPOSAL_FORM_TEMPLATE, PROPOSAL_SUBMISSION_ACTION,
25-
}, metadata::DocType, providers::{CatalystSignedDocumentProvider, VerifyingKeyProvider}, signature::{tbs_data, Signature}, validator::{id::IdRule, ver::VerRule}, CatalystSignedDocument, ContentEncoding, ContentType
25+
},
26+
metadata::DocType,
27+
providers::{CatalystSignedDocumentProvider, VerifyingKeyProvider},
28+
signature::{tbs_data, Signature},
29+
validator::{id::IdRule, ver::VerRule},
30+
CatalystSignedDocument, ContentEncoding, ContentType,
2631
};
2732

2833
/// A table representing a full set or validation rules per document id.

0 commit comments

Comments
 (0)