Run rustfmt on everything

This commit is contained in:
AppleTheGolden
2020-05-27 20:51:28 +02:00
parent c49f0ede16
commit 91274267e5
11 changed files with 54 additions and 34 deletions

View File

@@ -1,11 +1,11 @@
mod search;
mod index;
mod mod_editor;
mod search;
pub use self::mod_editor::mod_editor_get;
pub use self::search::index_mods;
pub use self::search::search_get;
pub use self::search::search_post;
pub use self::search::index_mods;
pub use self::index::index_get;
pub use self::index::index_get;