rustfmt
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
mod egui_app;
|
||||
|
||||
// These 2 are needed for rust-analyzer to work in vscode.
|
||||
mod misc;
|
||||
mod chart_manager;
|
||||
mod misc;
|
||||
|
||||
// For running the program natively! (Because why not?)
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
@@ -15,4 +15,4 @@ fn main() {
|
||||
..Default::default()
|
||||
};
|
||||
eframe::run_native(Box::new(app), options);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user