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:
@@ -22,7 +22,7 @@ impl epi::App for DemoApp {
|
||||
) {
|
||||
#[cfg(feature = "persistence")]
|
||||
if let Some(storage) = _storage {
|
||||
*self = epi::get_value(storage, epi::APP_KEY).unwrap_or_default()
|
||||
*self = epi::get_value(storage, epi::APP_KEY).unwrap_or_default();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user