From ef301be86804fe1bb61e2e005999cbc7e0d216c7 Mon Sep 17 00:00:00 2001 From: Matthew Grotheer Date: Sat, 20 Jul 2024 11:13:45 -0600 Subject: [PATCH] update fmt --- src/main.rs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 46e6967..7551acc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,16 +6,20 @@ mod gf256; mod shamir; mod utils; -use std::fs::File; -use std::io::{self, Write}; -use std::str::FromStr; +use std::{ + fs::File, + io::{self, Write}, + str::FromStr, +}; use clap::{command, Parser}; use color_eyre::owo_colors::OwoColorize; use eyre::{ensure, Result}; use prettytable::{ format::{FormatBuilder, LinePosition, LineSeparator}, - Cell, Row, Table, + Cell, + Row, + Table, }; use crate::{