Skip to content

Commit f078e74

Browse files
committed
Code formatting
1 parent 36b5ebe commit f078e74

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/copyable_task.jl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,18 @@ function derive_copyable_task_ir(ir::BBCode)::Tuple{BBCode,Tuple,Vector{Any}}
827827
ref_ind = ssa_id_to_ref_index_map[id]
828828
push!(
829829
inst_pairs,
830-
(id, new_inst(Expr(:call, deref_phi, refs_id, phi_id, ref_index_to_type_map[ref_ind]))),
830+
(
831+
id,
832+
new_inst(
833+
Expr(
834+
:call,
835+
deref_phi,
836+
refs_id,
837+
phi_id,
838+
ref_index_to_type_map[ref_ind],
839+
),
840+
),
841+
),
831842
)
832843
return id
833844
end

0 commit comments

Comments
 (0)