Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Feb 16, 2024
1 parent 0a5fc11 commit 8bcf5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ra_log.erl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
num_segments := non_neg_integer(),
open_segments => non_neg_integer(),
snapshot_index => undefined | ra_index(),
cache_size => non_neg_integer()}.
cache_size => non_neg_integer(),
atom() => term()}.

-export_type([state/0,
ra_log_init_args/0,
Expand Down

0 comments on commit 8bcf5c4

Please sign in to comment.