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 90c7a21 commit 5f65e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/sync_folder_hierarchy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ pub enum Change {
/// See <https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/delete-foldersync>
Delete(
/// The EWS ID for the deleted folder.
FolderId
FolderId,
),
}

0 comments on commit 5f65e7d

Please sign in to comment.