From 568dd2ef4ba7db91d59988825f07e3e847e8c8d8 Mon Sep 17 00:00:00 2001 From: Bourgond Aries Date: Sun, 27 Mar 2016 21:19:03 +0200 Subject: Fix the indentation to be consistent with the repository --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 9af0c70..83faec7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -445,12 +445,12 @@ mod tests { assert_eq!(*looked, Value::Integer(0)); } - #[test] - fn lookup_advanced_table() { + #[test] + fn lookup_advanced_table() { let value: Value = r#"[table."name.other"] value = "my value""#.parse().unwrap(); let looked = value.lookup(r#"table."name.other".value"#).unwrap(); assert_eq!(*looked, Value::String(String::from("my value"))); - } + } #[test] fn lookup_mut_advanced() { -- cgit v1.2.3