Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoalbarello committed Oct 31, 2023
1 parent b765a80 commit a55b3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ic-agent/src/agent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a55b3fe

Please sign in to comment.