mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Fix unclosed delimiter
This commit is contained in:
parent
7dbe0519ec
commit
46065c2621
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue