From 388b32039898cc8f1784378689007254eb7a33b6 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 13 Jan 2016 13:51:15 +0100 Subject: Remove space-padding from
 blocks

---
 prolog/problems/family_relations/ancestor_2/en.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'prolog/problems/family_relations/ancestor_2/en.py')

diff --git a/prolog/problems/family_relations/ancestor_2/en.py b/prolog/problems/family_relations/ancestor_2/en.py
index 29fb253..588de83 100644
--- a/prolog/problems/family_relations/ancestor_2/en.py
+++ b/prolog/problems/family_relations/ancestor_2/en.py
@@ -6,10 +6,10 @@ slug = 'the ancestor relation'
 description = '''\
 

ancestor(X, Y): X is an ancestor (parent, grandparent,...) of Y.

-  ?- ancestor(patricia, X).
-    X = john ;
-    X = michael ;
-    X = michelle.
+?- ancestor(patricia, X).
+  X = john ;
+  X = michael ;
+  X = michelle.
 
''' hint = {} -- cgit v1.2.1