Cleanup dialyzer errrors in leveled_bookie
This commit is contained in:
parent
8717d42ffe
commit
379e33ba84
2 changed files with 8 additions and 9 deletions
|
@ -43,7 +43,7 @@
|
|||
-record(inker_options,
|
||||
{cdb_max_size :: integer() | undefined,
|
||||
root_path :: string() | undefined,
|
||||
cdb_options :: #cdb_options{},
|
||||
cdb_options :: #cdb_options{} | undefined,
|
||||
start_snapshot = false :: boolean(),
|
||||
source_inker :: pid() | undefined,
|
||||
reload_strategy = [] :: list(),
|
||||
|
@ -106,4 +106,3 @@
|
|||
vclock,
|
||||
updatemetadata=dict:store(clean, true, dict:new()),
|
||||
updatevalue :: term()}).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue