Skip to content
Snippets Groups Projects
Commit 64634dd6 authored by Alan Schmitt's avatar Alan Schmitt Committed by Thomas Wood
Browse files

tweaking apply formatting

parent 6531da7b
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ let ppf_function args body=
(L.log_line (Printf.sprintf "function (%s) {" args) [L.Enter; (L.CreateCtx args)]) ^ (Printf.sprintf "@;<1 2>@[<v 0>return %s;@]@,}" body)
let ppf_apply f args =
Printf.sprintf "%s(@[<hv>%s@])"
Printf.sprintf "@[<hov 2>%s(@,%s)@]"
f args
let ppf_apply_infix f arg1 arg2 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment