🧑💻 Passes fmt and clippy checks
This commit is contained in:
parent
7367d37ec1
commit
12cd3df661
3 changed files with 10 additions and 4 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue