aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-symfony-console/src/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe-symfony-console/src/style.rs')
-rw-r--r--crates/shirabe-symfony-console/src/style.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe-symfony-console/src/style.rs b/crates/shirabe-symfony-console/src/style.rs
index efc54e1c..0367ec95 100644
--- a/crates/shirabe-symfony-console/src/style.rs
+++ b/crates/shirabe-symfony-console/src/style.rs
@@ -1,6 +1,6 @@
-pub mod output_style;
-pub mod style_interface;
-pub mod symfony_style;
+mod output_style;
+mod style_interface;
+mod symfony_style;
pub use output_style::*;
pub use style_interface::*;