Add missing semicolon

This commit is contained in:
Marshall Bowers 2023-12-05 20:24:43 -05:00
parent ed31d36ac1
commit 5660c8f655

View file

@ -439,7 +439,7 @@ pub fn init(cx: &mut AppContext) {
})
.detach();
}
})
});
}
trait InvalidationRegion {