Skip to content

Commit

Permalink
Changed type annotation
Browse files Browse the repository at this point in the history
Used 'intensity' in declaration of 'state_t'.
  • Loading branch information
ariel-anieli committed Jun 3, 2024
1 parent 5f40d8f commit ccc1be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ec_cmd_log.erl
Original file line number Diff line number Diff line change
Expand Up @@ -56,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 ccc1be3

Please sign in to comment.