refactor: fmt

Former-commit-id: 40ebe7426e6b022b009f01d20c2ffbfa4cb72355
This commit is contained in:
Muhammad Nauman Raza 2023-12-07 17:44:34 +00:00
parent cf96351143
commit 4ce46a7579
2 changed files with 3 additions and 2 deletions

View file

@ -123,7 +123,8 @@ pub fn render_ui(
// Show the stamina bar to be empty if the player has no stamina
if player.stamina <= 0. {
stamina_bar = stamina_bar.fill(egui::Color32::from_rgba_unmultiplied(0, 0, 0, 0));
stamina_bar =
stamina_bar.fill(egui::Color32::from_rgba_unmultiplied(0, 0, 0, 0));
};
// Show the progress bars!