Run rustfmt on the codebase

This commit is contained in:
Tom A. Wagner
2020-12-14 11:28:06 +01:00
parent 53895f8e28
commit c72bef364d
4 changed files with 18 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
mod graph_view;
mod pipewire_node;
pub use graph_view::GraphView;
pub use pipewire_node::PipewireNode;
pub use graph_view::GraphView;