Skip to content

Commit

Permalink
Add missing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 18, 2024
1 parent 2800bd6 commit afa39e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/marina_types.erl
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ encode_string_map(KeyValues) ->
encode_string_multimap(KeyValues) ->
encode_string_multimap(KeyValues, []).

-spec encode_tinyint(integer()) -> binary().

encode_tinyint(Value) ->
<<Value:8>>.

Expand Down

0 comments on commit afa39e4

Please sign in to comment.