More formatting
This commit is contained in:
parent
e0201ccb50
commit
787c01b9dc
|
@ -2,10 +2,7 @@ use crate::ui::gui::{windows::WindowIndex, Gui};
|
||||||
|
|
||||||
use super::Component;
|
use super::Component;
|
||||||
|
|
||||||
|
|
||||||
#[allow(clippy::pedantic)]
|
|
||||||
pub struct NavBar;
|
pub struct NavBar;
|
||||||
#[warn(clippy::pedantic)]
|
|
||||||
|
|
||||||
impl Component for NavBar {
|
impl Component for NavBar {
|
||||||
fn ui(gui: &mut Gui, ctx: &egui::Context) {
|
fn ui(gui: &mut Gui, ctx: &egui::Context) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user