Formatting fix

This commit is contained in:
Gaith Hallak 2022-10-23 11:26:22 +03:00
parent f9b8114c0c
commit 4aa3a6b505

View File

@ -46,13 +46,13 @@
-define(void, {var, 9999}).
-record(env, { contract,
vars = [],
locals = [],
vars = [],
locals = [],
current_function,
tailpos = true,
child_contracts = #{},
tailpos = true,
child_contracts = #{},
saved_fresh_names = #{},
options = [] }).
options = [] }).
%% -- Debugging --------------------------------------------------------------