♻️ Código revisado con cargo fmt/clippy

This commit is contained in:
Manuel Cillero 2023-06-08 08:20:23 +02:00
parent f0e4aea672
commit 9cbf2f8142
10 changed files with 16 additions and 17 deletions

View file

@ -188,7 +188,7 @@ impl ComponentTrait for MegaMenu {
}
fn before_render(&mut self, rcx: &mut RenderContext) {
before_render_inline(self, rcx);
run_actions_before_render_component(self, rcx);
}
fn default_render(&self, rcx: &mut RenderContext) -> Markup {