Run cargo fmt --all

Contributes to #5487
This commit is contained in:
Fábio Beirão 2023-06-02 12:41:43 +02:00
parent 0a0045675b
commit 60df1b4603
No known key found for this signature in database
GPG key ID: 13FD3A2130278AAE

View file

@ -2457,9 +2457,10 @@ fn update<'a>(
}
}
Err(url_err) => {
let buf = to_https_problem_report_string(Problem::InvalidUrl(
url_err,
));
let buf = to_https_problem_report_string(
url,
Problem::InvalidUrl(url_err),
);
return Err(LoadingProblem::FormattedReport(buf));
}
}