mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-01 07:03:10 +02:00
chore: clippy helps out
This commit is contained in:
@@ -30,5 +30,5 @@ pub fn get_config() -> Result<AppConfig, ConfigError> {
|
||||
.add_source(Environment::default())
|
||||
.build()?;
|
||||
|
||||
Ok(config.try_deserialize()?)
|
||||
config.try_deserialize()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user