🧑‍💻 Passes fmt and clippy checks

This commit is contained in:
Manuel Cillero 2024-02-26 08:51:27 +01:00
parent 7367d37ec1
commit 12cd3df661
3 changed files with 10 additions and 4 deletions

View file

@ -70,7 +70,7 @@ where
let (uri, contents) = match self
.source
.resolve()
.map_err(|err| ConfigError::Foreign(err))
.map_err(ConfigError::Foreign)
{
Ok((uri, contents)) => (uri, contents),