aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-symfony-console/src/helper/table_cell_style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-symfony-console/src/helper/table_cell_style.rs')
-rw-r--r--crates/shirabe-symfony-console/src/helper/table_cell_style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe-symfony-console/src/helper/table_cell_style.rs b/crates/shirabe-symfony-console/src/helper/table_cell_style.rs
index 6f0d6b5c..3a95e2ce 100644
--- a/crates/shirabe-symfony-console/src/helper/table_cell_style.rs
+++ b/crates/shirabe-symfony-console/src/helper/table_cell_style.rs
@@ -1,6 +1,6 @@
//! ref: composer/vendor/symfony/console/Helper/TableCellStyle.php
-use crate::exception::invalid_argument_exception::InvalidArgumentException;
+use crate::exception::InvalidArgumentException;
use indexmap::IndexMap;
pub const DEFAULT_ALIGN: &str = "left";