mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +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.base = self.base.strikethrough(strikethrough);
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
impl RenderOnce for Label {
|
impl RenderOnce for Label {
|
||||||
fn render(self, _cx: &mut WindowContext) -> impl IntoElement {
|
fn render(self, _cx: &mut WindowContext) -> impl IntoElement {
|
||||||
|
|
Loading…
Reference in a new issue