Cleanup dialyzer errrors in leveled_pmanifest
This commit is contained in:
parent
5e6df539cb
commit
858ee9a915
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
||||||
% an array of lists or trees representing the manifest
|
% an array of lists or trees representing the manifest
|
||||||
manifest_sqn = 0 :: integer(),
|
manifest_sqn = 0 :: integer(),
|
||||||
% The current manifest SQN
|
% The current manifest SQN
|
||||||
snapshots :: list(),
|
snapshots :: list() | undefined,
|
||||||
% A list of snaphots (i.e. clones)
|
% A list of snaphots (i.e. clones)
|
||||||
min_snapshot_sqn = 0 :: integer(),
|
min_snapshot_sqn = 0 :: integer(),
|
||||||
% The smallest snapshot manifest SQN in the snapshot
|
% The smallest snapshot manifest SQN in the snapshot
|
||||||
|
@ -1121,4 +1121,4 @@ snapshot_timeout_test() ->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-endif.
|
-endif.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue