From a1c7e6908a26e10f6e1f23a51721664b5e2d838d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 02:53:53 +0900 Subject: chore(style): cargo fmt --- .../src/symfony/component/console/helper/question_helper.rs | 2 +- .../src/symfony/component/console/helper/table.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/shirabe-external-packages/src/symfony/component/console/helper') diff --git a/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs b/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs index ade7c06..2f2acf8 100644 --- a/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs +++ b/crates/shirabe-external-packages/src/symfony/component/console/helper/question_helper.rs @@ -1,7 +1,7 @@ -use shirabe_php_shim::PhpMixed; use crate::symfony::component::console::input::input_interface::InputInterface; use crate::symfony::component::console::output::output_interface::OutputInterface; use crate::symfony::component::console::question::question::Question; +use shirabe_php_shim::PhpMixed; #[derive(Debug)] pub struct QuestionHelper; diff --git a/crates/shirabe-external-packages/src/symfony/component/console/helper/table.rs b/crates/shirabe-external-packages/src/symfony/component/console/helper/table.rs index 0244c73..c24a19e 100644 --- a/crates/shirabe-external-packages/src/symfony/component/console/helper/table.rs +++ b/crates/shirabe-external-packages/src/symfony/component/console/helper/table.rs @@ -1,5 +1,5 @@ -use shirabe_php_shim::PhpMixed; use crate::symfony::component::console::output::output_interface::OutputInterface; +use shirabe_php_shim::PhpMixed; #[derive(Debug)] pub struct Table; -- cgit v1.3.1