mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
Format
This commit is contained in:
parent
628fd6a49f
commit
570876129b
@ -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…
Reference in New Issue
Block a user