Skip to content

Commit

Permalink
Merge pull request #177 from ariel-anieli/issue-173-and-type-annotati…
Browse files Browse the repository at this point in the history
…on-change
  • Loading branch information
ferd authored Jun 3, 2024
2 parents 75c6bae + ccc1be3 commit 1a42c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ec_cmd_log.erl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
warn/3,
log_level/1,
atom_log_level/1,
colorize/4,
format/1]).

-include("ec_cmd_log.hrl").
Expand All @@ -55,7 +56,7 @@

-record(state_t, {log_level=0 :: int_log_level(),
caller=api :: caller(),
intensity=low :: none | low | high}).
intensity=low :: intensity()}).

%%============================================================================
%% types
Expand Down

0 comments on commit 1a42c54

Please sign in to comment.