1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 07:29:42 +00:00

Fix whitespace

This commit is contained in:
Emma 2018-12-24 09:01:28 -07:00
parent 6e1a4c9d74
commit 4b827dfe1b

View file

@ -96,9 +96,9 @@ class MarkdownRecipe:
'{}: {}'.format(markdown.strong('Estimated IBU'), '{}: {}'.format(markdown.strong('Estimated IBU'),
int(self.recipe.ibu)), int(self.recipe.ibu)),
'{}: {:.1f}'.format(markdown.strong('Estimated SRM'), '{}: {:.1f}'.format(markdown.strong('Estimated SRM'),
self.recipe.color), self.recipe.color),
'{}: {:.1f} %'.format(markdown.strong('Estimated ABV'), '{}: {:.1f} %'.format(markdown.strong('Estimated ABV'),
self.recipe.abv) self.recipe.abv)
)) ))