diff --git a/ic-agent/src/agent/mod.rs b/ic-agent/src/agent/mod.rs index 2441f58b..d7d45f99 100644 --- a/ic-agent/src/agent/mod.rs +++ b/ic-agent/src/agent/mod.rs @@ -12,7 +12,8 @@ pub use agent_error::AgentError; pub use builder::AgentBuilder; #[doc(inline)] pub use ic_transport_types::{ - signed, Envelope, EnvelopeContent, RejectCode, RejectResponse, ReplyResponse, RequestStatusResponse, + signed, Envelope, EnvelopeContent, RejectCode, RejectResponse, ReplyResponse, + RequestStatusResponse, }; pub use nonce::{NonceFactory, NonceGenerator}; use time::OffsetDateTime;