diff --git a/src/modes/info.rs b/src/modes/info.rs index af454f0..1e44e1a 100644 --- a/src/modes/info.rs +++ b/src/modes/info.rs @@ -3,10 +3,10 @@ use clap::Command; use std::path::PathBuf; use std::str::FromStr; +use crate::common::{format_size, string_column}; +use crate::compression::get_engine; use crate::compression::CompressionType; use crate::db::{get_item, get_item_last, get_item_matching}; -use crate::compression::get_engine; -use crate::common::{format_size, string_column}; use chrono::prelude::*; use prettytable::format; use prettytable::{Attr, Cell, Row, Table};