aboutsummaryrefslogtreecommitdiff
path: root/isar/Example-Xsym.thy
diff options
context:
space:
mode:
Diffstat (limited to 'isar/Example-Xsym.thy')
-rw-r--r--isar/Example-Xsym.thy3
1 files changed, 1 insertions, 2 deletions
diff --git a/isar/Example-Xsym.thy b/isar/Example-Xsym.thy
index d9b6a415..b864428f 100644
--- a/isar/Example-Xsym.thy
+++ b/isar/Example-Xsym.thy
@@ -14,8 +14,7 @@ proof
then show "B \<and> A"
proof
assume B and A
- then
- show ?thesis ..
+ then show ?thesis ..
qed
qed