mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix indentation in macro
This commit is contained in:
parent
7f5fc37612
commit
dba03374db
1 changed files with 5 additions and 5 deletions
|
@ -1557,11 +1557,11 @@ where
|
||||||
shut_down_worker_threads!();
|
shut_down_worker_threads!();
|
||||||
|
|
||||||
let module_ids = Arc::try_unwrap(arc_modules)
|
let module_ids = Arc::try_unwrap(arc_modules)
|
||||||
.unwrap_or_else(|_| {
|
.unwrap_or_else(|_| {
|
||||||
panic!(r"There were still outstanding Arc references to module_ids")
|
panic!(r"There were still outstanding Arc references to module_ids")
|
||||||
})
|
})
|
||||||
.into_inner()
|
.into_inner()
|
||||||
.into_module_ids();
|
.into_module_ids();
|
||||||
|
|
||||||
let buf = to_parse_problem_report(
|
let buf = to_parse_problem_report(
|
||||||
problem,
|
problem,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue