diff --git a/src/config/metadata.rs b/src/config/metadata.rs index 509055e..f79e0b2 100644 --- a/src/config/metadata.rs +++ b/src/config/metadata.rs @@ -306,10 +306,14 @@ impl<'a> CompoundMetadataConfig<'a> { } Ok(None) } - - /// Returns a configured scriptlet, - /// - pub(super) fn get_scriptlet(&self, name: &str, content: impl Into) -> Result, ConfigError> { + + /// Returns a configured scriptlet, + /// + pub(super) fn get_scriptlet( + &self, + name: &str, + content: impl Into, + ) -> Result, ConfigError> { let flags_key = format!("{name}_flags"); let prog_key = format!("{name}_prog");