Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Jan 7, 2025
1 parent 9243947 commit f29a3c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/cn/lib/source_injection.ml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,9 @@ let return_injs xs =
| None ->
Ok
({ footprint = { start_pos; end_pos };
kind = InStmt (1, String.concat "" ("{ " :: inj_strs) ^ "goto __cn_epilogue; }\n")
kind =
InStmt
(1, String.concat "" ("{ " :: inj_strs) ^ "goto __cn_epilogue; }\n")
}
:: acc)
| Some e ->
Expand Down

0 comments on commit f29a3c7

Please sign in to comment.