🚧 Code tweak

This commit is contained in:
Manuel Cillero 2023-11-20 20:17:17 +01:00
parent 15d545897b
commit a03472a2bc

View file

@ -68,7 +68,6 @@ impl ComponentTrait for Heading {
(self.renderable.check)(cx)
}
#[rustfmt::skip]
fn setup_before_prepare(&mut self, _cx: &mut Context) {
self.add_classes(self.display().to_string());
}