Changed type annotation

Used 'intensity' in declaration of 'state_t'.
This commit is contained in:
Ariel Otilibili 2024-06-03 23:33:10 +02:00
parent 5f40d8f061
commit ccc1be32be
No known key found for this signature in database

View file

@ -56,7 +56,7 @@
-record(state_t, {log_level=0 :: int_log_level(), -record(state_t, {log_level=0 :: int_log_level(),
caller=api :: caller(), caller=api :: caller(),
intensity=low :: none | low | high}). intensity=low :: intensity()}).
%%============================================================================ %%============================================================================
%% types %% types