Run rustfmt on src folder

This commit is contained in:
Benoit Eudier 2020-05-08 14:00:36 +09:00
parent 6314e72b9e
commit 03dda90a78
2 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ pub use self::widget::menu::*;
pub use self::widget::progress_bar::*;
pub use self::widget::selectable::*;
pub use self::widget::slider::*;
pub use self::widget::tree::*;
pub use self::widget::tab::*;
pub use self::widget::tree::*;
pub use self::window::child_window::*;
pub use self::window::*;
pub use self::window_draw_list::{ChannelsSplit, ImColor, WindowDrawList};

View File

@ -6,6 +6,6 @@ pub mod misc;
pub mod progress_bar;
pub mod selectable;
pub mod slider;
pub mod tab;
pub mod text;
pub mod tree;
pub mod tab;