style: reorder imports and adjust formatting
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
97d89196ab
commit
6bbc306c23
@@ -4,12 +4,12 @@ use clap::Command;
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
|
||||
use crate::modes::common::{format_size, get_format_box_chars_no_border_line_separator}; // Add function import
|
||||
use is_terminal::IsTerminal;
|
||||
use crate::compression::get_engine;
|
||||
use crate::compression::CompressionType;
|
||||
use crate::db::{get_item, get_item_last, get_item_matching};
|
||||
use crate::modes::common::{format_size, get_format_box_chars_no_border_line_separator}; // Add function import
|
||||
use chrono::prelude::*;
|
||||
use is_terminal::IsTerminal;
|
||||
use prettytable::format;
|
||||
use prettytable::{Attr, Cell, Row, Table};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user