Cleanup dialyzer errrors in leveled_penciller

This commit is contained in:
Heinz N. Gies 2017-07-31 19:39:40 +02:00
parent 858ee9a915
commit 369bdece5f
2 changed files with 12 additions and 14 deletions

View file

@ -51,12 +51,12 @@
max_run_length}).
-record(penciller_options,
{root_path :: string(),
max_inmemory_tablesize :: integer(),
{root_path :: string() | undefined,
max_inmemory_tablesize :: integer() | undefined,
start_snapshot = false :: boolean(),
snapshot_query,
bookies_mem :: tuple(),
source_penciller :: pid(),
bookies_mem :: tuple() | undefined,
source_penciller :: pid() | undefined,
snapshot_longrunning = true :: boolean(),
levelzero_cointoss = false :: boolean()}).