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}). -define(void, {var, 9999}).
-record(env, { contract, -record(env, { contract,
vars = [], vars = [],
locals = [], locals = [],
current_function, current_function,
tailpos = true, tailpos = true,
child_contracts = #{}, child_contracts = #{},
saved_fresh_names = #{}, saved_fresh_names = #{},
options = [] }). options = [] }).
%% -- Debugging -------------------------------------------------------------- %% -- Debugging --------------------------------------------------------------