Skip to content
Snippets Groups Projects
Verified Commit 21bf312c authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Drop trailing whitespace

parent c4116388
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ Proof. ...@@ -158,7 +158,7 @@ Proof.
iIntros "H". iIntros "H".
let H1 := iFresh in let H1 := iFresh in
let H2 := iFresh in let H2 := iFresh in
let pat :=constr:(IList [cons (IIdent H1) (cons (IIdent H2) nil)]) in let pat :=constr:(IList [cons (IIdent H1) (cons (IIdent H2) nil)]) in
iDestruct "H" as pat. iDestruct "H" as pat.
iFrame. iFrame.
Qed. Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment