Cleanup dialyzer errrors in leveled_penciller
This commit is contained in:
parent
858ee9a915
commit
369bdece5f
2 changed files with 12 additions and 14 deletions
|
@ -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()}).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue