Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmostcat committed Apr 16, 2024
1 parent 4ef6083 commit 30be0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/get_folder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use serde::Deserialize;
use xml_struct::XmlSerialize;

use crate::{
types::sealed::EnvelopeBodyContents, BaseFolderId, Folder, FolderShape, Operation, OperationResponse,
ResponseClass, MESSAGES_NS_URI,
types::sealed::EnvelopeBodyContents, BaseFolderId, Folder, FolderShape, Operation,
OperationResponse, ResponseClass, MESSAGES_NS_URI,
};

/// A request to get information on one or more folders.
Expand Down

0 comments on commit 30be0ca

Please sign in to comment.