Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
enri1196 committed Nov 17, 2023
1 parent bc8b215 commit 4e4f371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/src/timestamped_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
use crate::content_info::ContentInfo;

use alloc::{vec::Vec, string::String};
use alloc::{string::String, vec::Vec};
use const_oid::ObjectIdentifier;
use der::{
asn1::{Ia5String, OctetString, OctetStringRef},
Any, Choice, Sequence, Enumerated
Any, Choice, Enumerated, Sequence,
};
use spki::AlgorithmIdentifierOwned;
use x509_cert::{
Expand Down

0 comments on commit 4e4f371

Please sign in to comment.