mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Cleanup ahead of release
This commit is contained in:
@@ -26,7 +26,7 @@ fn main() -> Result<(), eframe::Error> {
|
||||
if ui.button("Click each year").clicked() {
|
||||
age += 1;
|
||||
}
|
||||
ui.label(format!("Hello '{}', age {}", name, age));
|
||||
ui.label(format!("Hello '{name}', age {age}"));
|
||||
});
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user