diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-05 10:05:30 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-05 10:05:30 +0100 |
commit | ac8fb89d56351fbc0017b8a7a8a4ddf53217ab60 (patch) | |
tree | a404d0ff5fd1ccd07a23b7111ca3b5ba3a92ffb6 /src/imap/imf_view.rs | |
parent | cd74ae5e638a03e2656fb54aa09a976e6939e1e3 (diff) | |
download | aerogramme-ac8fb89d56351fbc0017b8a7a8a4ddf53217ab60.tar.gz aerogramme-ac8fb89d56351fbc0017b8a7a8a4ddf53217ab60.zip |
reformat cargo
Diffstat (limited to 'src/imap/imf_view.rs')
-rw-r--r-- | src/imap/imf_view.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imap/imf_view.rs b/src/imap/imf_view.rs index c18b05b..4297769 100644 --- a/src/imap/imf_view.rs +++ b/src/imap/imf_view.rs @@ -95,4 +95,3 @@ pub fn convert_mbx(addr: &imf::mailbox::MailboxRef) -> Address<'static> { )), } } - |