aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/installer/installer_event.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-17 02:53:53 +0900
committernsfisis <nsfisis@gmail.com>2026-05-17 02:53:53 +0900
commita1c7e6908a26e10f6e1f23a51721664b5e2d838d (patch)
treec575c76f1b43359ed74913da4c6a2636643f1ba0 /crates/shirabe/src/installer/installer_event.rs
parent7f606f36fef0c0467c3c0db3d0da33af486dae8a (diff)
downloadphp-shirabe-a1c7e6908a26e10f6e1f23a51721664b5e2d838d.tar.gz
php-shirabe-a1c7e6908a26e10f6e1f23a51721664b5e2d838d.tar.zst
php-shirabe-a1c7e6908a26e10f6e1f23a51721664b5e2d838d.zip
chore(style): cargo fmt
Diffstat (limited to 'crates/shirabe/src/installer/installer_event.rs')
-rw-r--r--crates/shirabe/src/installer/installer_event.rs9
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/shirabe/src/installer/installer_event.rs b/crates/shirabe/src/installer/installer_event.rs
index 3d0dccc..456a4bd 100644
--- a/crates/shirabe/src/installer/installer_event.rs
+++ b/crates/shirabe/src/installer/installer_event.rs
@@ -25,7 +25,14 @@ impl InstallerEvent {
transaction: Transaction,
) -> Self {
let inner = Event::new(event_name, vec![], vec![]);
- Self { inner, composer, io, dev_mode, execute_operations, transaction }
+ Self {
+ inner,
+ composer,
+ io,
+ dev_mode,
+ execute_operations,
+ transaction,
+ }
}
pub fn get_composer(&self) -> &Composer {