chore: cargo fmt

This commit is contained in:
Clément DOUIN
2026-05-20 23:48:27 +02:00
parent c2228e504f
commit 6ae09790aa
68 changed files with 90 additions and 100 deletions
+2 -2
View File
@@ -15,12 +15,12 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use std::io::{stdin, BufRead, IsTerminal};
use std::io::{BufRead, IsTerminal, stdin};
use anyhow::Result;
use clap::Parser;
use io_imap::types::{
core::Literal, extensions::binary::LiteralOrLiteral8, flag::Flag, mailbox::Mailbox, IntoStatic,
IntoStatic, core::Literal, extensions::binary::LiteralOrLiteral8, flag::Flag, mailbox::Mailbox,
};
use pimalaya_cli::printer::{Message, Printer};