Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Jun 6, 2024
1 parent 48bfa2d commit 7b879f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ pub mod types {
pub use super::contacts::types::{Contact, ContactChanges, ContactData, ContactId};
pub use super::domains::types::{
CreateDomainOptions, DkimRecordType, Domain, DomainChanges, DomainDkimRecord, DomainId,
DomainRecord, DomainSpfRecord, DomainStatus, ProxyStatus, Region, SpfRecordType,
UpdateDomainResponse, Tls
DomainRecord, DomainSpfRecord, DomainStatus, ProxyStatus, Region, SpfRecordType, Tls,
UpdateDomainResponse,
};
pub use super::emails::types::{
Attachment, ContentOrPath, CreateEmailBaseOptions, CreateEmailResponse, Email, EmailId, Tag,
Expand Down

0 comments on commit 7b879f1

Please sign in to comment.