aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/plugin/pre_pool_create_event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/plugin/pre_pool_create_event.rs')
-rw-r--r--crates/shirabe/src/plugin/pre_pool_create_event.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/shirabe/src/plugin/pre_pool_create_event.rs b/crates/shirabe/src/plugin/pre_pool_create_event.rs
index 3126119..7363b08 100644
--- a/crates/shirabe/src/plugin/pre_pool_create_event.rs
+++ b/crates/shirabe/src/plugin/pre_pool_create_event.rs
@@ -62,7 +62,9 @@ impl PrePoolCreateEvent {
&self.stability_flags
}
- pub fn get_root_aliases(&self) -> &IndexMap<String, IndexMap<String, IndexMap<String, String>>> {
+ pub fn get_root_aliases(
+ &self,
+ ) -> &IndexMap<String, IndexMap<String, IndexMap<String, String>>> {
&self.root_aliases
}