Fix indentation in contenttest.

This commit is contained in:
Ms2ger 2015-03-27 21:22:28 +01:00
parent 3cd9f4e428
commit 0ffa02eec8

View file

@ -48,8 +48,8 @@ fn parse_config(args: Vec<String>) -> 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 {