aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Relations.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/Relations.v')
-rw-r--r--src/Util/Relations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/Relations.v b/src/Util/Relations.v
index 7dc654ec3..d6b63b38f 100644
--- a/src/Util/Relations.v
+++ b/src/Util/Relations.v
@@ -56,4 +56,4 @@ Global Instance Symmetric_not {T:Type} (R:T->T->Prop)
{SymmetricR:Symmetric R} : Symmetric (fun a b => not (R a b)).
Proof. cbv [Symmetric] in *; repeat intro; eauto. Qed.
-Lemma not_exfalso (P:Prop) (H:P->False) : not P. auto with nocore. Qed. \ No newline at end of file
+Lemma not_exfalso (P:Prop) (H:P->False) : not P. auto with nocore. Qed.