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/father_2/en.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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

diff --git a/prolog/problems/family_relations/father_2/en.py b/prolog/problems/family_relations/father_2/en.py
index bde9a2d..31517c9 100644
--- a/prolog/problems/family_relations/father_2/en.py
+++ b/prolog/problems/family_relations/father_2/en.py
@@ -6,11 +6,11 @@ slug = 'the father-child relation'
 description = '''\
 

father(X, Y): X is the father of Y.

-  ?- father(thomas, william).
-    true.
-  ?- father(aleksander, X).
-    X = luana ;
-    X = daniela.
+?- father(thomas, william).
+  true.
+?- father(aleksander, X).
+  X = luana ;
+  X = daniela.
 
''' hint = {} -- cgit v1.2.1