From 4b9519d20788f9da6b82a94e036cae7c77cb4798 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 30 Jan 2017 14:56:49 -0800 Subject: :shirt: --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index b88b812..b3e296b 100644 --- a/src/config.rs +++ b/src/config.rs @@ -91,7 +91,7 @@ impl<'a> ConfigStore<'a> { // Check sources for source in &mut sources.iter().rev() { if let Some(value) = source.get(key) { - return Some(value) + return Some(value); } } -- cgit v1.2.3