diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 22:42:21 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 22:42:21 +0200 |
| commit | aabf3a3b458b88eefd8b18ebc5ed9e593d4a694f (patch) | |
| tree | 7029d7473ab30eab5fec866f65e736a26320dde8 /mumlib/src/config.rs | |
| parent | 99ed190ca9691a46719c8a88d3f2437ba8e3c2ff (diff) | |
| parent | 9002462953e7cba70d5aafee7ed2a87087252f49 (diff) | |
| download | mum-aabf3a3b458b88eefd8b18ebc5ed9e593d4a694f.tar.gz | |
Merge remote-tracking branch 'origin/main' into ogg
Diffstat (limited to 'mumlib/src/config.rs')
| -rw-r--r-- | mumlib/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumlib/src/config.rs b/mumlib/src/config.rs index 932e013..c2544e8 100644 --- a/mumlib/src/config.rs +++ b/mumlib/src/config.rs @@ -197,7 +197,7 @@ pub fn read_cfg(path: &Path) -> Result<Config, ConfigError> { } else { error!("Error reading config file: {}", e); } - return Ok(Config::default()); + Ok(Config::default()) } } } |
