mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Format
This commit is contained in:
parent
628fd6a49f
commit
570876129b
1 changed files with 3 additions and 1 deletions
|
@ -7120,7 +7120,9 @@ impl GuardStmtSpec {
|
|||
|
||||
let join_point_id = JoinPointId(env.unique_symbol());
|
||||
let symbol = env.unique_symbol();
|
||||
let jump = env.arena.alloc(Stmt::Jump(join_point_id, env.arena.alloc([symbol])));
|
||||
let jump = env
|
||||
.arena
|
||||
.alloc(Stmt::Jump(join_point_id, env.arena.alloc([symbol])));
|
||||
|
||||
let stmt = with_hole(
|
||||
env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue