Fix styling

This commit is contained in:
lilith 2022-11-03 00:40:54 -04:00
parent 4b2396d137
commit 27d7bdeb91
1 changed files with 0 additions and 1 deletions

View File

@ -55,5 +55,4 @@ pub trait Instance {
fn on_cursor_event(&self, panel_ud: u32, kind: CursorEventKind, at: Vec2);
fn on_message(&self, panel_ud: u32, msg: Vec<u8>);
}