mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-09 10:56:20 +00:00
Add missing semicolon
This commit is contained in:
parent
ed31d36ac1
commit
5660c8f655
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ pub fn init(cx: &mut AppContext) {
|
|||
})
|
||||
.detach();
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
trait InvalidationRegion {
|
||||
|
|
Loading…
Reference in a new issue