Run rustfmt on the entire crate

This commit is contained in:
Emmanuel Gil Peyrot
2019-06-19 00:51:11 +02:00
parent 2911b9bb49
commit b0a62f25eb
4 changed files with 116 additions and 139 deletions

View File

@@ -1,5 +1,5 @@
use env_logger;
use mpvipc::{Mpv, Error as MpvError};
use mpvipc::{Error as MpvError, Mpv};
fn main() -> Result<(), MpvError> {
env_logger::init();