Formatting fix
This commit is contained in:
parent
f9b8114c0c
commit
4aa3a6b505
@ -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 --------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user