Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-aws committed Jul 12, 2023
1 parent 9e90f4b commit 4b84436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JSON/ZeroCopy/Deserializer.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ module {:options "-functionSyntax:4"} JSON.ZeroCopy.Deserializer {
assert elems.cs.StrictlySplitFrom?(json.cs);
assert elems.SplitFrom?(open.cs, SuffixedElementsSpec);
assert elem.StrictlySplitFrom?(elems.cs, ElementSpec);
assert forall e | e in elems.t :: e.suffix.NonEmpty?;
assert forall e | e in elems.t :: e.suffix.NonEmpty?;
var elems := AppendWithSuffix(open.cs, json, elems, elem, sep);
assert open.StrictlySplitFrom?(cs0, c => Spec.Structural(c, SpecView));
assert elems.cs.StrictlySplitFrom?(json.cs);
Expand Down

0 comments on commit 4b84436

Please sign in to comment.