summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorRyan Leckey <leckey.ryan@gmail.com>2017-01-30 14:56:49 -0800
committerRyan Leckey <leckey.ryan@gmail.com>2017-01-30 14:56:49 -0800
commit4b9519d20788f9da6b82a94e036cae7c77cb4798 (patch)
treefc8ecfd9d89e8216eb707ab253dda9234241c8e9 /src/config.rs
parent4d21cdf6730e6d1c327f95a733dbf6ab1d8d8976 (diff)
:shirt:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
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);
}
}