diff --git a/drcr/models.py b/drcr/models.py
index 0206d2e..1da7b7f 100644
--- a/drcr/models.py
+++ b/drcr/models.py
@@ -136,7 +136,7 @@ class Amount:
if link is None:
return Markup(text + space)
else:
- return Markup('{}{}'.format(link, text, space))
+ return Markup('{}{}'.format(link, text, space))
def quantity_string(self):
if self.commodity == '$':