Cleanup dialyzer errrors in leveled_pmanifest

This commit is contained in:
Heinz N. Gies 2017-07-31 19:32:06 +02:00
parent 5e6df539cb
commit 858ee9a915

View file

@ -61,7 +61,7 @@
% an array of lists or trees representing the manifest
manifest_sqn = 0 :: integer(),
% The current manifest SQN
snapshots :: list(),
snapshots :: list() | undefined,
% A list of snaphots (i.e. clones)
min_snapshot_sqn = 0 :: integer(),
% The smallest snapshot manifest SQN in the snapshot
@ -1121,4 +1121,4 @@ snapshot_timeout_test() ->
-endif.
-endif.