diff --git a/tests/contenttest.rs b/tests/contenttest.rs index c8f26ce29af..67e24187b96 100644 --- a/tests/contenttest.rs +++ b/tests/contenttest.rs @@ -48,8 +48,8 @@ fn parse_config(args: Vec) -> Config { let args = args.tail(); let opts = vec!(reqopt("s", "source-dir", "source-dir", "source-dir")); let matches = match getopts(args, &opts) { - Ok(m) => m, - Err(f) => panic!(f.to_string()) + Ok(m) => m, + Err(f) => panic!(f.to_string()) }; Config {