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/license_plates/getdigits_2/en.py | 4 ++--
 prolog/problems/license_plates/getdigits_2/sl.py | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'prolog/problems/license_plates/getdigits_2')

diff --git a/prolog/problems/license_plates/getdigits_2/en.py b/prolog/problems/license_plates/getdigits_2/en.py
index afc41d4..cfa66a0 100644
--- a/prolog/problems/license_plates/getdigits_2/en.py
+++ b/prolog/problems/license_plates/getdigits_2/en.py
@@ -6,8 +6,8 @@ slug = 'remove non-numeric elements from a list'
 description = '''\
 

getdigits(L, DL): the list DL contains the numeric elements of L, in the same order as in the original list.

-  ?- getdigits([2,3,e,-,4,b], DL).
-    DL = [2,3,4].
+?- getdigits([2,3,e,-,4,b], DL).
+  DL = [2,3,4].
 
''' hint = {} diff --git a/prolog/problems/license_plates/getdigits_2/sl.py b/prolog/problems/license_plates/getdigits_2/sl.py index 3f59e90..a67f164 100644 --- a/prolog/problems/license_plates/getdigits_2/sl.py +++ b/prolog/problems/license_plates/getdigits_2/sl.py @@ -6,8 +6,8 @@ slug = 'Vrni vse številke iz podanega seznama' description = '''\

getdigits(L, DL): seznam DL vsebuje vse številke iz seznama L, vrstni red elementov se ohrani.

-  ?- getdigits([2,3,e,-,4,b], DL).
-    DL = [2,3,4].
+?- getdigits([2,3,e,-,4,b], DL).
+  DL = [2,3,4].
 
''' hint = {} -- cgit v1.2.1