Skip to content

Commit

Permalink
export non-exported type
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalLaurent committed Sep 19, 2024
1 parent 592fbbc commit dfcd83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar3_grisp_io_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

-type clear_token() :: <<_:_*128>>. % AES => data blocks of 16 bytes (128 bits).

-export_type([encrypted_token/0]).
-export_type([encrypted_token/0, clear_token/0]).
%--- API -----------------------------------------------------------------------

%% @doc Write the new configuration stored
Expand Down

0 comments on commit dfcd83b

Please sign in to comment.