Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Jan 3, 2023
1 parent ff8734c commit 2229806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use phylum_types::types::package::{
};
use phylum_types::types::project::ProjectSummaryResponse;
use prettytable::format::Alignment;
use prettytable::{cell, color as table_color, row, table, Attr, Cell, Row, Table};
use prettytable::{color as table_color, row, table, Attr, Cell, Row, Table};
use serde::Serialize;
use unicode_width::UnicodeWidthStr;

Expand Down

0 comments on commit 2229806

Please sign in to comment.