mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
End statements with semicolon (clippy::semicolon_if_nothing_returned)
This commit is contained in:
@@ -536,7 +536,7 @@ impl State {
|
||||
}
|
||||
|
||||
if let Some(egui::Pos2 { x, y }) = output.text_cursor_pos {
|
||||
window.set_ime_position(winit::dpi::LogicalPosition { x, y })
|
||||
window.set_ime_position(winit::dpi::LogicalPosition { x, y });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user