summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3402.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3402.v')
-rw-r--r--test-suite/bugs/closed/3402.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3402.v b/test-suite/bugs/closed/3402.v
index ed47ec82..b4705780 100644
--- a/test-suite/bugs/closed/3402.v
+++ b/test-suite/bugs/closed/3402.v
@@ -4,4 +4,4 @@ Goal forall A B (p : prod A B), p = let (x, y) := p in pair A B x y.
Proof.
intros A B p.
exact eq_refl.
-Qed. \ No newline at end of file
+Qed.