Add utility to help format the code (#247)

Signed-off-by: Aisuko <urakiny@gmail.com>
This commit is contained in:
Aisuko
2022-10-11 06:17:10 +02:00
committed by GitHub
parent fac58803cc
commit 40c55e542d
39 changed files with 415 additions and 421 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
mod epic_platform;
mod epic_ui;
mod get_manifests;
mod manifest_item;
mod paths;
mod settings;
mod epic_ui;
pub use epic_platform::*;
use get_manifests::get_egs_manifests;
pub(crate) use manifest_item::*;
use paths::*;