From 0ffa02eec82d25e7fbd24dbe5ce5ed56bb899c82 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 27 Mar 2015 21:22:28 +0100 Subject: [PATCH] Fix indentation in contenttest. --- tests/contenttest.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {