summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4214.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/4214.v')
-rw-r--r--test-suite/bugs/closed/4214.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/4214.v b/test-suite/bugs/closed/4214.v
index d684e8cf..2e620fce 100644
--- a/test-suite/bugs/closed/4214.v
+++ b/test-suite/bugs/closed/4214.v
@@ -3,4 +3,4 @@ Goal forall A (a b c : A), b = a -> b = c -> a = c.
intros.
subst.
reflexivity.
-Qed. \ No newline at end of file
+Qed.