Fix unclosed delimiter

This commit is contained in:
Nate Butler 2024-01-09 13:52:11 -05:00
parent 7dbe0519ec
commit 46065c2621

View file

@ -94,6 +94,7 @@ impl LabelCommon for Label {
self.base = self.base.strikethrough(strikethrough);
self
}
}
impl RenderOnce for Label {
fn render(self, _cx: &mut WindowContext) -> impl IntoElement {