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/clp_r/megabytes_2/en.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'prolog/problems/clp_r/megabytes_2')

diff --git a/prolog/problems/clp_r/megabytes_2/en.py b/prolog/problems/clp_r/megabytes_2/en.py
index 01fdfff..27919dc 100644
--- a/prolog/problems/clp_r/megabytes_2/en.py
+++ b/prolog/problems/clp_r/megabytes_2/en.py
@@ -6,10 +6,10 @@ slug = 'convert mebibytes to megabytes'
 description = '''\
 

A megabyte is the SI unit meaning 106 bytes, while a mebibyte is the IEC unit meaning 220 bytes. Write the predicate megabytes(SI, IEC) that converts between the two using constraints.

-  ?- megabytes(2, IEC).
-    IEC = 1.9073486328125.
-  ?- megabytes(SI, 2).
-    SI = 2.097152.
+?- megabytes(2, IEC).
+  IEC = 1.9073486328125.
+?- megabytes(SI, 2).
+  SI = 2.097152.
 
''' hint = {} -- cgit v1.2.1