crates/editor2/src/editor.rs 🔗
@@ -439,7 +439,7 @@ pub fn init(cx: &mut AppContext) {
})
.detach();
}
- })
+ });
}
trait InvalidationRegion {
Marshall Bowers created
crates/editor2/src/editor.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -439,7 +439,7 @@ pub fn init(cx: &mut AppContext) {
})
.detach();
}
- })
+ });
}
trait InvalidationRegion {