Fix indentation in macro

This commit is contained in:
Richard Feldman 2022-02-06 08:05:26 -05:00
parent 7f5fc37612
commit dba03374db
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -1557,11 +1557,11 @@ where
shut_down_worker_threads!();
let module_ids = Arc::try_unwrap(arc_modules)
.unwrap_or_else(|_| {
panic!(r"There were still outstanding Arc references to module_ids")
})
.into_inner()
.into_module_ids();
.unwrap_or_else(|_| {
panic!(r"There were still outstanding Arc references to module_ids")
})
.into_inner()
.into_module_ids();
let buf = to_parse_problem_report(
problem,