Add pre-commit-config, run pre-commit on all files

This commit is contained in:
reo 2025-09-23 21:11:09 +03:00
parent 50d07ffea5
commit 59963cdec1
8 changed files with 18 additions and 7 deletions

View file

@ -79,7 +79,7 @@ impl EngineTrait for Engine {
self.scene_manager.current_mut()
}
fn get_debug_ui_buffer(&self) -> Rc<RefCell<DebugUIBuffer>> {
fn get_debug_ui_buffer(&self) -> Rc<RefCell<DebugUIBuffer>> {
self.debug_ui_buffer.clone()
}

View file

@ -1,4 +1,4 @@
pub mod engine;
pub mod system;
pub use crate::engine::Engine;
pub use crate::engine::Engine;